projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d15eb0
)
sandbox: Set CONFIG_SYS_CPU
author
Tom Rini
<trini@konsulko.com>
Mon, 18 Apr 2016 17:57:42 +0000
(13:57 -0400)
committer
Tom Rini
<trini@konsulko.com>
Mon, 18 Apr 2016 21:11:49 +0000
(17:11 -0400)
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>
arch/sandbox/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sandbox/Kconfig
b/arch/sandbox/Kconfig
index 25e316cf9f533159119b031509cd945c52f5da68..a8a90cb7a4dd9d14c35cc60b16e6eca4698eb6af 100644
(file)
--- a/
arch/sandbox/Kconfig
+++ b/
arch/sandbox/Kconfig
@@
-7,6
+7,9
@@
config SYS_ARCH
config SYS_BOARD
default "sandbox"
+config SYS_CPU
+ default "sandbox"
+
config SYS_CONFIG_NAME
default "sandbox"