From 9ec7414e29a1ae9c89bd9ab1c3dd12d0f53f6f4c Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 22 Jul 2015 05:40:12 +0200 Subject: arm: socfpga: misc: Export bootmode into environment variable setenv an environment variable called "bootmode" , which contains the board boot mode. This can be in turn used in scripts to determine from where to load kernel and such. Signed-off-by: Marek Vasut --- include/configs/socfpga_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/socfpga_common.h') diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index c62c78a..bed8600 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -18,6 +18,7 @@ */ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO_LATE +#define CONFIG_ARCH_MISC_INIT #define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_SYS_NO_FLASH #define CONFIG_CLOCKS -- cgit v1.1