[U-Boot] [PATCH 1/3] push LOAD_ADDR out to arch mk files
Wolfgang Denk
wd at denx.de
Fri Sep 4 23:06:44 CEST 2009
Dear Mike Frysinger,
In message <1252033969-28357-1-git-send-email-vapier at gentoo.org> you wrote:
> Rather than maintain/extend the current ifeq($(ARCH)) mess that exists in
> the standalone Makefile, push the setting up of LOAD_ADDR out to the arch
> config.mk (and rename to STANDALONE_LOAD_ADDR in the process). This keeps
> the common code clean and lets the arch do whatever crazy crap it wants in
> its own area.
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
> examples/standalone/Makefile | 65 +-----------------------------------------
> lib_arm/config.mk | 10 ++++++
> lib_avr32/config.mk | 2 +
> lib_blackfin/config.mk | 2 +
> lib_i386/config.mk | 2 +
> lib_m68k/config.mk | 3 ++
> lib_microblaze/config.mk | 2 +
> lib_mips/config.mk | 2 +
> lib_nios/config.mk | 2 +
> lib_nios2/config.mk | 2 +
> lib_ppc/config.mk | 2 +
> lib_sh/config.mk | 5 +++
> lib_sparc/config.mk | 2 +
> 13 files changed, 37 insertions(+), 64 deletions(-)
Applied, thanks.
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
Vulcans never bluff.
-- Spock, "The Doomsday Machine", stardate 4202.1
More information about the U-Boot
mailing list