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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to