[U-Boot] [PATCH 5/5] MX5:MX53: add initial support for MX53EVK board

Wolfgang Denk wd at denx.de
Fri Dec 17 06:36:39 CET 2010


Dear Jason Liu,

In message <AANLkTimTG7h_y5f8JwxG0QtMUEotRt73HLzsp8BMHciA at 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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
An age is called Dark not because  the  light  fails  to  shine,  but
because people refuse to see it.           -- James Michener, "Space"


More information about the U-Boot mailing list