From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 14 Apr 2016 09:29:55 -0600 Subject: [U-Boot] [PATCH v2 1/2] efi_loader: Pass fdt address directly to bootefi cmd In-Reply-To: <1460642874-241464-1-git-send-email-agraf@suse.de> References: <1460642874-241464-1-git-send-email-agraf@suse.de> Message-ID: <570FB773.7060706@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/14/2016 08:07 AM, Alexander Graf wrote: > The bootefi cmd today fetches its device tree pointer from either the > location appointed by "fdt addr" with a fallback to the U-Boot control > fdt. > > This integration is unusual for U-Boot and diverges from the way we > usually handle parameters to boot commands. So let's pass the fdt > directly into the bootefi command instead and move the control fdt > logic into the distro boot script. The series, Acked-by: Stephen Warren