X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Feltec%2Fbab7xx%2Fconfig.mk;h=3c673287268aae7cef4bf80c7cd18657b37b4e9f;hb=14d0a02a168b36e87665b8d7f42fa3e88263d26d;hp=aa463c5dc13c3c4d9c18955bce485dae2fc0e590;hpb=d24f2d321d8e78e990d100000d8efc4845c78b1c;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/eltec/bab7xx/config.mk b/board/eltec/bab7xx/config.mk index aa463c5..3c67328 100644 --- a/board/eltec/bab7xx/config.mk +++ b/board/eltec/bab7xx/config.mk @@ -21,6 +21,6 @@ # MA 02111-1307 USA # -TEXT_BASE = 0xFFF00000 +CONFIG_SYS_TEXT_BASE = 0xFFF00000 -PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) +PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)