diff mbox

[U-Boot] sandbox: Set CONFIG_SYS_CPU

Message ID 1461002431-30939-1-git-send-email-trini@konsulko.com
State Accepted
Commit 0c4b3880c1113276c6949effdd88d28578ab8ed5
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini April 18, 2016, 6 p.m. UTC
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>
---

I need this for the patch to have EFI have be able to create a fall back
FDT to try in config_distro_bootcmd so I'll be applying this shortly.

 arch/sandbox/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Simon Glass April 25, 2016, 6:55 p.m. UTC | #1
On 18 April 2016 at 12:00, Tom Rini <trini@konsulko.com> wrote:
> 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>
> ---
>
> I need this for the patch to have EFI have be able to create a fall back
> FDT to try in config_distro_bootcmd so I'll be applying this shortly.
>
>  arch/sandbox/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

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_ARCH
 config SYS_BOARD
 	default "sandbox"
 
+config SYS_CPU
+	default "sandbox"
+
 config SYS_CONFIG_NAME
 	default "sandbox"