Re: [U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular

2013-07-15 Thread Justin Waters
Stefan, On Fri, 2013-07-12 at 07:30 -0400, Stefan Agner wrote: Am 2013-07-11 15:54, schrieb Justin Waters: Give the user the ability to disable NAND support by defining CONFIG_NO_NAND. This will allow custom hardware to easily support this configuration. If NAND is not enabled, we could

Re: [U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular

2013-07-12 Thread Stefan Agner
Am 2013-07-11 15:54, schrieb Justin Waters: Give the user the ability to disable NAND support by defining CONFIG_NO_NAND. This will allow custom hardware to easily support this configuration. If NAND is not enabled, we could also ifdef the SPI/MTD/CMD_FS configurations since they are not used

[U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular

2013-07-11 Thread Justin Waters
Give the user the ability to disable NAND support by defining CONFIG_NO_NAND. This will allow custom hardware to easily support this configuration. Signed-off-by: Justin Waters justin.wat...@timesys.com --- boards.cfg | 16 +++--- include/configs/am335x_evm.h | 49