]> git.sur5r.net Git - u-boot/blobdiff - board/korat/config.mk
twl4030: make twl4030_i2c_write_u8 prototype consistent
[u-boot] / board / korat / config.mk
index 73180dbd80b0b806fe5863a5f83ce3430cae7d9a..63e84dc74d16865384b5fa0577be4591a96f21d7 100644 (file)
@@ -38,10 +38,6 @@ ifeq ($(dbcr),1)
 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8CFF0000
 endif
 
-ifeq ($(perm),1)
-PLATFORM_CPPFLAGS += -DCONFIG_KORAT_PERMANENT
-TEXT_BASE = 0xFFFA0000
-else
-TEXT_BASE = 0xF7F60000
+ifndef CONFIG_KORAT_PERMANENT
 LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-F7FC.lds
 endif