Re: [U-Boot] [PATCH 3/6] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT

2013-05-13 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/12/2013 05:08 PM, Peter Korsgaard wrote: Tom == Tom Rini tr...@ti.com writes: Tom Due to hardware design, we can't have NAND present (as we know of NAND Tom today) when booting from SPI, so disable NAND then as that simplifies Tom logic.

Re: [U-Boot] [PATCH 3/6] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT

2013-05-12 Thread Peter Korsgaard
Tom == Tom Rini tr...@ti.com writes: Tom Due to hardware design, we can't have NAND present (as we know of NAND Tom today) when booting from SPI, so disable NAND then as that simplifies Tom logic. Sorry, this description is not clear to me. I didn't check in detail, but as far as I remember

[U-Boot] [PATCH 3/6] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT

2013-05-08 Thread Tom Rini
Due to hardware design, we can't have NAND present (as we know of NAND today) when booting from SPI, so disable NAND then as that simplifies logic. Signed-off-by: Tom Rini tr...@ti.com --- include/configs/am335x_evm.h |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git