
12 Feb
2017
12 Feb
'17
4:44 p.m.
On Sat, Feb 11, 2017 at 10:43:54PM +0900, Masahiro Yamada wrote:
We repeated partial moves for CONFIG_SYS_NO_FLASH, but this is not completed. Finish this work by the tool.
During this move, let's rename it to CONFIG_MTD_NOR_FLASH. Actually, we have more instances of "#ifndef CONFIG_SYS_NO_FLASH" than those of "#ifdef CONFIG_SYS_NO_FLASH". Flipping the logic will make the code more readable. Besides, negative meaning symbols do not fit in obj-$(CONFIG_...) style Makefiles.
This isn't 100% right for some of the various NXP T10xx board combinations, and I'll go and fix those up while applying.
--
Tom