mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +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…
Add table
Reference in a new issue