]> git.sur5r.net Git - u-boot/commitdiff
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 25e316cf9f533159119b031509cd945c52f5da68..a8a90cb7a4dd9d14c35cc60b16e6eca4698eb6af 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"