From 27f7ae70d6c91e3ca309b1372c98a6c21245d559 Mon Sep 17 00:00:00 2001 From: Jason Jin Date: Thu, 27 Oct 2011 15:44:52 +0800 Subject: ColdFire: Fix the compile issue for M52277 After commit 327474f854a33b5b7a11c374b0446d1d40d9f673, the M52277EVB_stmicro configuration fail to build. Fix it by moving the env outside the flash and update the lds file. Signed-off-by: Jason Jin --- board/freescale/m52277evb/u-boot.lds | 3 --- 1 file changed, 3 deletions(-) (limited to 'board') diff --git a/board/freescale/m52277evb/u-boot.lds b/board/freescale/m52277evb/u-boot.lds index e7b22e3fc3d..3e9f4c3460e 100644 --- a/board/freescale/m52277evb/u-boot.lds +++ b/board/freescale/m52277evb/u-boot.lds @@ -32,9 +32,6 @@ SECTIONS arch/m68k/cpu/mcf5227x/libmcf5227x.o (.text*) arch/m68k/lib/libm68k.o (.text*) - . = DEFINED(env_offset) ? env_offset : .; - common/env_embedded.o (.text*) - *(.text*) } _etext = .; -- cgit v1.2.3 From f3aed65339ad9644517d4e1e401eb850962d8408 Mon Sep 17 00:00:00 2001 From: Jason Jin Date: Thu, 27 Oct 2011 16:05:55 +0800 Subject: ColdFire: The EB+MCF-EV123 boards config update Update the config.mk for EB+MCF-EV123 boards according to the config change from Makefile to boards.cfg. Signed-off-by: Jason Jin --- board/BuS/EB+MCF-EV123/config.mk | 1 - board/BuS/EB+MCF-EV123/textbase.mk | 1 - 2 files changed, 2 deletions(-) delete mode 100644 board/BuS/EB+MCF-EV123/textbase.mk (limited to 'board') diff --git a/board/BuS/EB+MCF-EV123/config.mk b/board/BuS/EB+MCF-EV123/config.mk index 50185aead6c..18fb84eb3b5 100644 --- a/board/BuS/EB+MCF-EV123/config.mk +++ b/board/BuS/EB+MCF-EV123/config.mk @@ -22,7 +22,6 @@ # MA 02111-1307 USA # -sinclude $(OBJTREE)/board/$(BOARDDIR)/textbase.mk ifndef CONFIG_SYS_TEXT_BASE CONFIG_SYS_TEXT_BASE = 0xFE000000 endif diff --git a/board/BuS/EB+MCF-EV123/textbase.mk b/board/BuS/EB+MCF-EV123/textbase.mk deleted file mode 100644 index b97c034b21f..00000000000 --- a/board/BuS/EB+MCF-EV123/textbase.mk +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0xFFE00000 -- cgit v1.2.3