summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-04-18 13:57:42 -0400
committerTom Rini <trini@konsulko.com>2016-04-18 17:11:49 -0400
commit0c4b3880c1113276c6949effdd88d28578ab8ed5 (patch)
treee991dec46a119a8d8405ec741b88988ac6de1893 /arch/sandbox
parent1d15eb01ae6b037321848c3cb5d018e6cf94e6d0 (diff)
downloadtalos-obmc-uboot-0c4b3880c1113276c6949effdd88d28578ab8ed5.tar.gz
talos-obmc-uboot-0c4b3880c1113276c6949effdd88d28578ab8ed5.zip
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>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 25e316cf9f..a8a90cb7a4 100644
--- 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"
OpenPOWER on IntegriCloud