commit | 549750450608432fd4680fc79c46848edbf94859 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Apr 18 13:57:42 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:11:49 2016 -0400 |
tree | e991dec46a119a8d8405ec741b88988ac6de1893 | |
parent | ece7f43bcd01d828736b6ae487d010d5617d066f [diff] [blame] |
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>
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index 25e316c..a8a90cb 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig
@@ -7,6 +7,9 @@ config SYS_BOARD default "sandbox" +config SYS_CPU + default "sandbox" + config SYS_CONFIG_NAME default "sandbox"