mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue