From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 13 Apr 2016 17:24:17 -0600 Subject: [U-Boot] [PATCH 2/2] efi_loader: Fall back to fdtfile naming convention In-Reply-To: <1460582546-128312-2-git-send-email-agraf@suse.de> References: <1460582546-128312-1-git-send-email-agraf@suse.de> <1460582546-128312-2-git-send-email-agraf@suse.de> Message-ID: <570ED521.40701@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.