X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fpm826%2Fconfig.mk;h=48ac299faee2a14dc053782276cadfa244843ea7;hb=180e311f2893cb2a9ef48c8bf856c608dafff721;hp=d2ab4fe9852e8ce8815f84f0742a8d13d0a67f36;hpb=3bac351370ef7cbf9d2af27ba52bee1703ad677e;p=u-boot diff --git a/board/pm826/config.mk b/board/pm826/config.mk index d2ab4fe985..48ac299fae 100644 --- a/board/pm826/config.mk +++ b/board/pm826/config.mk @@ -1,5 +1,5 @@ # -# (C) Copyright 2001, 2002 +# (C) Copyright 2001-2004 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -22,21 +22,16 @@ # # -# PM826 boards +# MicroSys PM826 board: # -# This should be equal to the CFG_FLASH_BASE or -# CFG_BOOTROM_BASE define in config_PM826.h -# for the "final" configuration, with U-Boot -# in flash, or the address in RAM where -# U-Boot is loaded at for debugging. -# -ifeq ($(CONFIG_BOOT_ROM),y) - TEXT_BASE := 0xFF800000 - PLATFORM_CPPFLAGS += -DCONFIG_BOOT_ROM -else - TEXT_BASE := 0xFF000000 +sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp + +ifndef TEXT_BASE +## Standard: boot 64-bit flash +TEXT_BASE = 0xFF000000 + endif PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)