X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fsiemens%2FSCM%2Fconfig.mk;h=50446d3e6e4ef1471d947d65acca6fcd55c058f0;hb=14d0a02a168b36e87665b8d7f42fa3e88263d26d;hp=5d0898be6df4ff5bfcfd1563e5510180c19c2a70;hpb=d24f2d321d8e78e990d100000d8efc4845c78b1c;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/siemens/SCM/config.mk b/board/siemens/SCM/config.mk index 5d0898b..50446d3 100644 --- a/board/siemens/SCM/config.mk +++ b/board/siemens/SCM/config.mk @@ -29,6 +29,7 @@ # for the "final" configuration, with U-Boot in flash, or the address # in RAM where U-Boot is loaded at for debugging. # -TEXT_BASE = 0x40000000 +CONFIG_SYS_TEXT_BASE = 0x40000000 -PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR) +PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ + -I$(TOPDIR)