sandbox: Set CONFIG_SYS_CPU
authorTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 17:57:42 +0000 (13:57 -0400)
committerTom 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

index 25e316c..a8a90cb 100644 (file)
@@ -7,6 +7,9 @@ config SYS_ARCH
 config SYS_BOARD
        default "sandbox"
 
+config SYS_CPU
+       default "sandbox"
+
 config SYS_CONFIG_NAME
        default "sandbox"