
On Mon, Mar 07, 2016 at 08:33:33PM -0500, Tom Rini wrote:
On Mon, Mar 07, 2016 at 06:24:05PM -0600, Derald D. Woods wrote:
On Mon, Mar 07, 2016 at 06:36:56PM -0500, Tom Rini wrote:
On Sat, Mar 05, 2016 at 01:19:59PM -0600, Derald D. Woods wrote:
- Add required UBI/UBIFS config definitions
- Add reasonable MTD partition layout
- Remove JFFS2 config definitions
- Drop some CFI verbage and definitions
- Make comment 'one-liners' truly one line
- Improve readability and content arrangement
Signed-off-by: Derald D. Woods woods.technical@gmail.com
Reviewed-by: Tom Rini trini@konsulko.com
... but we shouldn't be adding more extra options, we should be converting to Kconfig. Any chance you can find some time to work on starting to convert some of that over for this board at least? Thanks!
What is the best example of it being done correctly? For OMAP3, I have an older BeagleBoard Rev. C4 and the AM3517 EXP to work with. I also have a SAMA5D3 xplained, with an Atmel SoC, and the iMX233 OlinuXino MAXI.
In this case it's not about board, but about options. CONFIG_NAND needs to go away in favour of NAND being an option in drivers/mtd/nand/Kconfig, and include/configs/ cleaned out. ./tools/moveconfig.py can help here.
-- Tom
Thanks. That clarifies things a bit. This will nudge me more towards proper config generation with Kconfig.