From ff2545ab78212717b5d81bc0fb6a91fd393f3cb1 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 14 Apr 2016 16:07:54 +0200 Subject: efi_loader: Fall back to fdtfile naming convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When there is no $fdtfile variable set, we still have a good chance that on 32bit arm the fdtfile really is just called $soc-$board.dtb. Enable the exports for $soc and $board in our distr defaults and make use of them in the efi boot script. Reported-by: Andreas Faerber Reported-by: Stephen Warren Signed-off-by: Alexander Graf Reviewed-by: Andreas Färber --- include/config_distro_defaults.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/config_distro_defaults.h') diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 076be4d..5cc2af8 100644 --- a/include/config_distro_defaults.h +++ b/include/config_distro_defaults.h @@ -65,5 +65,6 @@ #define CONFIG_ISO_PARTITION #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SYS_HUSH_PARSER +#define CONFIG_ENV_VARS_UBOOT_CONFIG #endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */ -- cgit v1.1