mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
de35b8f9c5
This option is used as part of configuring the default environment for a number of platforms. However, it is always set to 1 and the only time it is part of Kconfig, it is used in a hard-coded manner. Hard-code the value in the environment instead. Signed-off-by: Tom Rini <trini@konsulko.com>
24 lines
274 B
Text
24 lines
274 B
Text
if TARGET_CL_SOM_IMX7
|
|
|
|
config SYS_BOARD
|
|
default "cl-som-imx7"
|
|
|
|
config SYS_VENDOR
|
|
default "compulab"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "cl-som-imx7"
|
|
|
|
config SYS_MMC_DEV
|
|
int
|
|
default 0
|
|
|
|
config SYS_USB_DEV
|
|
int
|
|
default 0
|
|
|
|
config SYS_USB_IMG_LOAD_PART
|
|
int
|
|
default 1
|
|
|
|
endif
|