diff options
author | wdenk <wdenk> | 2003-06-18 20:22:24 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-18 20:22:24 +0000 |
commit | 15ef8a5d17181ea376fac94579dce0af1cfcdeb7 (patch) | |
tree | 2c1b3f24078b0f68b0748b0d493860abe8d432f1 /board/atc/config.mk | |
parent | 2abbe0754759f94c79125a2534fbc4be74f416bc (diff) | |
download | u-boot-imx-15ef8a5d17181ea376fac94579dce0af1cfcdeb7.zip u-boot-imx-15ef8a5d17181ea376fac94579dce0af1cfcdeb7.tar.gz u-boot-imx-15ef8a5d17181ea376fac94579dce0af1cfcdeb7.tar.bz2 |
Add support for DS12887 RTC; add RTC support for ATC board
Diffstat (limited to 'board/atc/config.mk')
-rw-r--r-- | board/atc/config.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/board/atc/config.mk b/board/atc/config.mk index 8fc82f3..eee7a60 100644 --- a/board/atc/config.mk +++ b/board/atc/config.mk @@ -30,12 +30,7 @@ # in RAM where U-Boot is loaded at for debugging. # -ifeq ($(CONFIG_BOOT_ROM),y) - TEXT_BASE := 0xFF800000 - PLATFORM_CPPFLAGS += -DCONFIG_BOOT_ROM -else - TEXT_BASE := 0xFF000000 -endif +TEXT_BASE := 0xFF000000 # RAM version #TEXT_BASE := 0x100000 |