From 944ab340b6d98faf5f1e30d223d52d6d24c2f858 Mon Sep 17 00:00:00 2001 From: "angelo@sysam.it" Date: Sat, 28 Mar 2015 11:34:52 +0100 Subject: m68k: fix 3 broken boards Fix eb_cpu5282 and eb_cpu5282_internal unresolved external error. These boards have video but don't need any ppc related video_setmem(). Fix M53017EVB moving away embedded env to a different offset, as in M52277EVB. Signed-off-by: Angelo Dureghello --- board/freescale/m53017evb/u-boot.lds | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/freescale/m53017evb') diff --git a/board/freescale/m53017evb/u-boot.lds b/board/freescale/m53017evb/u-boot.lds index de8d09b..b1cae59 100644 --- a/board/freescale/m53017evb/u-boot.lds +++ b/board/freescale/m53017evb/u-boot.lds @@ -13,8 +13,6 @@ SECTIONS .text : { arch/m68k/cpu/mcf532x/start.o (.text*) - arch/m68k/cpu/mcf532x/built-in.o (.text*) - arch/m68k/lib/built-in.o (.text*) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.text*) -- cgit v1.1