summaryrefslogtreecommitdiffstats
path: root/board/pm826/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/pm826/config.mk')
-rw-r--r--board/pm826/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pm826/config.mk b/board/pm826/config.mk
index 8502e3f107..d2ab4fe985 100644
--- a/board/pm826/config.mk
+++ b/board/pm826/config.mk
@@ -33,10 +33,10 @@
#
ifeq ($(CONFIG_BOOT_ROM),y)
- TEXT_BASE := 0x60000000
+ TEXT_BASE := 0xFF800000
PLATFORM_CPPFLAGS += -DCONFIG_BOOT_ROM
else
- TEXT_BASE := 0x40000000
+ TEXT_BASE := 0xFF000000
endif
PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)
OpenPOWER on IntegriCloud