From: Tom Rini Date: Mon, 18 Apr 2016 17:57:42 +0000 (-0400) Subject: sandbox: Set CONFIG_SYS_CPU X-Git-Tag: v2025.01-rc5-pxa1908~9574 X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=0c4b3880c1113276c6949effdd88d28578ab8ed5;p=u-boot.git 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 --- 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"