[PATCH v2 01/21] configs: agilex: Remove CONFIG_OF_EMBED
Westergreen, Dalon
dalon.westergreen at intel.com
Thu Feb 20 18:04:17 CET 2020
On Thu, 2020-02-20 at 17:44 +0100, Marek Vasut wrote:
On 2/20/20 3:12 AM, Ang, Chee Hong wrote:
On 2/19/20 1:25 PM,
<mailto:chee.hong.ang at intel.com>
chee.hong.ang at intel.com
wrote:
From: Chee Hong Ang <
<mailto:chee.hong.ang at intel.com>
chee.hong.ang at intel.com
>
CONFIG_OF_EMBED was primarily enabled to support the agilex spl hex
file requirements. Since this option now produces a warning during
build, and the spl hex can be created using alternate methods,
CONFIG_OF_EMBED is no longer needed.
Signed-off-by: Chee Hong Ang <
<mailto:chee.hong.ang at intel.com>
chee.hong.ang at intel.com
>
If I apply just this patch, is the platform still bootable ?
Yes. I tested on the platform.
There is a similar patch from Dalon for Stratix10 and it still yet to be applied
to mainline:
<https://lists.denx.de/pipermail/u-boot/2019-September/384906.html>
https://lists.denx.de/pipermail/u-boot/2019-September/384906.html
I hope the patch from Dalon get applied to mainline before these patchsets.
In fact, this "CONFIG_OF_EMBED" produce warning during build.
Better get rid of this.
If you just remove OF_EMBED, will the DT still be correctly passed in ?
The warning is there for a reason and just removing OF_EMBED to silence
the warning isn't the right approach. But if this works on Agilex, fine.
Yes, it is fine, the u-boot binary and dtb are just cat'ed together instead.
--dalon
More information about the U-Boot
mailing list