[U-Boot] omap2 lowlevel_init.S quirk / question
Tom Rini
trini at konsulko.com
Fri May 31 01:47:39 UTC 2019
On Thu, May 30, 2019 at 06:27:33PM -0500, Adam Ford wrote:
> Just before ENTRY(cpy_clk_code), there is an #if statement, but it
> appears to be repeated:
> #if !defined(CONFIG_SYS_NAND_BOOT) && !defined(CONFIG_SYS_NAND_BOOT)
>
> Can we remove one of these or should this be something different, like
> NOR boot or something?
>
> I can see the argument for not relocating code if you're using XIP,
> but I don't have a board that works this way, so I cannot run any
> tests.
My guess is it should have read ONENAND not NAND in the second case, to
match the other places.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190530/228dc90e/attachment.sig>
More information about the U-Boot
mailing list