sandbox: Set CONFIG_SYS_CPU
Give a valid value here as well to allow things which want CONFIG_ENV_VARS_UBOOT_CONFIG to build Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
1d15eb01ae
commit
0c4b3880c1
|
@ -7,6 +7,9 @@ config SYS_ARCH
|
|||
config SYS_BOARD
|
||||
default "sandbox"
|
||||
|
||||
config SYS_CPU
|
||||
default "sandbox"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "sandbox"
|
||||
|
||||
|
|
Loading…
Reference in New Issue