From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 04 Sep 2009 23:06:44 +0200 Subject: [U-Boot] [PATCH 1/3] push LOAD_ADDR out to arch mk files In-Reply-To: <1252033969-28357-1-git-send-email-vapier@gentoo.org> References: <1252033969-28357-1-git-send-email-vapier@gentoo.org> Message-ID: <20090904210644.C2D6A832E8DE@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, In message <1252033969-28357-1-git-send-email-vapier@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 > --- > 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