X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fkorat%2Fconfig.mk;h=63e84dc74d16865384b5fa0577be4591a96f21d7;hb=1a0787d3c4f51cd1bcd2a1c71a2a10eccff0c3fd;hp=39966e03eb4460b45e16e87669b11c2d4317cc30;hpb=d2995fe39229019c214aaf58b5a686ae8fa9b51e;p=u-boot diff --git a/board/korat/config.mk b/board/korat/config.mk index 39966e03eb..63e84dc74d 100644 --- a/board/korat/config.mk +++ b/board/korat/config.mk @@ -24,14 +24,20 @@ # Korat (PPC440EPx) board # -TEXT_BASE = 0xFFFA0000 - PLATFORM_CPPFLAGS += -DCONFIG_440=1 ifeq ($(debug),1) PLATFORM_CPPFLAGS += -DDEBUG endif +ifeq ($(emul),1) +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 + +ifndef CONFIG_KORAT_PERMANENT +LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot-F7FC.lds endif