From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 14 Apr 2016 15:53:05 +0200 Subject: [U-Boot] [PATCH 2/2] efi_loader: Fall back to fdtfile naming convention In-Reply-To: <570ED521.40701@wwwdotorg.org> References: <1460582546-128312-1-git-send-email-agraf@suse.de> <1460582546-128312-2-git-send-email-agraf@suse.de> <570ED521.40701@wwwdotorg.org> Message-ID: <570FA0C1.4080004@suse.de> 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/14/2016 01:24 AM, Stephen Warren wrote: > 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. Oops, you're very right of course. Alex