
Dear Jason Liu,
In message AANLkTimTG7h_y5f8JwxG0QtMUEotRt73HLzsp8BMHciA@mail.gmail.com you wrote:
A lot of board support has this file as following,
./board/freescale/m5373evb/config.mk CONFIG_SYS_TEXT_BASE =3D 0xFF800000 ./board/freescale/m547xevb/config.mk CONFIG_SYS_TEXT_BASE =3D 0xffe00000 ./board/freescale/m5275evb/config.mk CONFIG_SYS_TEXT_BASE =3D 0xFFE00000 ./board/freescale/m5282evb/config.mk CONFIG_SYS_TEXT_BASE =3D 0xffe00000 ./board/freescale/m5249evb/config.mk CONFIG_SYS_TEXT_BASE =3D 0xFF800000 ./board/freescale/m548xevb/config.mk ./board/freescale/mx31ads/config.mk CONFIG_SYS_TEXT_BASE =3D 0xffe00000 ./board/freescale/m5271evb/config.mk CONFIG_SYS_TEXT_BASE =3D 0x87ec0000 CONFIG_SYS_TEXT_BASE =3D 0x87f00000 ./board/freescale/mx31pdk/config.mk CONFIG_SYS_TEXT_BASE =3D 0x97800000 ./board/freescale/mx51evk/config.mk
Yes, these all need to be cleaned up. Patches welcome.
Do you mean that all the new added boards support need drop config.mk in the future?
Yes. At least to the extend possible - we want to concentrate all configuration information in a single location (the board config file) and not scatter it around over several places like Makefiles and config.mk
Best regards,
Wolfgang Denk