X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fkorat%2Fconfig.mk;h=63e84dc74d16865384b5fa0577be4591a96f21d7;hb=0208aaf6c2e0f346e8410c0e5adb0ea784f00829;hp=fa8374f17f77c0e3f35ed95ee2863b4c34492f51;hpb=23c5189e6c969255f8c91b30fdf1cf81b698329d;p=u-boot diff --git a/board/korat/config.mk b/board/korat/config.mk index fa8374f17f..63e84dc74d 100644 --- a/board/korat/config.mk +++ b/board/korat/config.mk @@ -35,13 +35,9 @@ PLATFORM_CPPFLAGS += -fno-schedule-insns -fno-schedule-insns2 endif ifeq ($(dbcr),1) -PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8CFF0000 +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