[uboot] create uboot from github:
repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (c) 2020 Nicolas Saenz Julienne
|
||||
* Author: Nicolas Saenz Julienne <nsaenzjulienne@suse.com>
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_RASPBERRYPI_FIRMWARE_RESET_H
|
||||
#define _DT_BINDINGS_RASPBERRYPI_FIRMWARE_RESET_H
|
||||
|
||||
#define RASPBERRYPI_FIRMWARE_RESET_ID_USB 0
|
||||
#define RASPBERRYPI_FIRMWARE_RESET_NUM_IDS 1
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user