[U-Boot] [PATCH 2/2] efi_loader: Fall back to fdtfile naming convention
Stephen Warren
swarren at wwwdotorg.org
Thu Apr 14 01:24:17 CEST 2016
On 04/13/2016 03:22 PM, Alexander Graf wrote:
> 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.
> diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
> +#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
Shouldn't that be CONFIG_ENV_VARS_UBOOT_CONFIG? That's what
include/env_defaults.h uses to trigger defining $soc and $board.
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG seems to be about setting
board_name and board_rev according to README.
More information about the U-Boot
mailing list