]> Git Repo - J-u-boot.git/commitdiff
sandbox: Set CONFIG_SYS_CPU
authorTom Rini <[email protected]>
Mon, 18 Apr 2016 17:57:42 +0000 (13:57 -0400)
committerTom Rini <[email protected]>
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 <[email protected]>
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"
 
This page took 0.034277 seconds and 4 git commands to generate.