mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
a1bc4f1937
Add lockdown U-Boot env support so that only certain U-Boot environment variables are allowed to be modified. Signed-off-by: Eduard Strehlau <eduard@lionizers.com> Signed-off-by: Fabio Estevam <festevam@denx.de>
22 lines
367 B
Text
22 lines
367 B
Text
if TARGET_SMEGW01
|
|
|
|
config SYS_BOARD
|
|
default "smegw01"
|
|
|
|
config SYS_VENDOR
|
|
default "storopack"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "smegw01"
|
|
|
|
config IMX_CONFIG
|
|
default "board/storopack/smegw01/imximage.cfg"
|
|
|
|
config SYS_BOOT_LOCKED
|
|
bool "Lock boot process to EMMC"
|
|
default y
|
|
help
|
|
Say N here if you want to boot from eMMC and SD.
|
|
Say Y to boot from eMMC.
|
|
|
|
endif
|