# mop500/href: # # Valid values for TEXT_BASE are: # # Standard configuration - all models # 0x07F8_0000 run from SDRAM # # Test configuraton # 0x4001_0000 run from eSRAM sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp ifndef TEXT_BASE TEXT_BASE = 0x05FC0000 endif PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)