diff options
author | Alexander Graf | 2016-04-14 16:07:54 +0200 |
---|---|---|
committer | Tom Rini | 2016-04-18 17:11:50 -0400 |
commit | ff2545ab78212717b5d81bc0fb6a91fd393f3cb1 (patch) | |
tree | bbaea51c449996f4ea4ad1dbbc04ca040dbdf952 /include/config_distro_defaults.h | |
parent | 1c39809b92c217877e160ee91a82743c9d4f3ed1 (diff) |
efi_loader: Fall back to fdtfile naming convention
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 <afaerber@suse.de>
Reported-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/config_distro_defaults.h')
-rw-r--r-- | include/config_distro_defaults.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 076be4d942b..5cc2af8c332 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 */ |