diff options
Diffstat (limited to 'board/korat/config.mk')
-rw-r--r-- | board/korat/config.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/board/korat/config.mk b/board/korat/config.mk index 828b22dcf0..63e84dc74d 100644 --- a/board/korat/config.mk +++ b/board/korat/config.mk @@ -38,10 +38,6 @@ ifeq ($(dbcr),1) PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8CFF0000 endif -ifeq ($(perm),1) -PLATFORM_CPPFLAGS += -DCONFIG_KORAT_PERMANENT -CONFIG_SYS_TEXT_BASE = 0xFFFA0000 -else -CONFIG_SYS_TEXT_BASE = 0xF7F60000 +ifndef CONFIG_KORAT_PERMANENT LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-F7FC.lds endif |