summaryrefslogtreecommitdiff
path: root/board/cssi/MCR3000/u-boot.lds
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-11-21 08:51:47 +0000
committerTom Rini <trini@konsulko.com>2018-12-03 10:44:10 -0500
commit4c4ca6cdd5836a416fcebe0d8dea585ad4a00681 (patch)
treec76920df9b7e2301788ef3b419dd23294379fafb /board/cssi/MCR3000/u-boot.lds
parent749c9aae9d59c5f15832b51a75f8959c25316ab1 (diff)
board: MCR3000: use new DM watchdog
This patch switches MCR3000 board to the new DM watchdog. The change in u-boot.lds is because MCR3000.o grows a bit with this patch and doesn't fit anymore below env_offset on some versions of GCC. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'board/cssi/MCR3000/u-boot.lds')
-rw-r--r--board/cssi/MCR3000/u-boot.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cssi/MCR3000/u-boot.lds b/board/cssi/MCR3000/u-boot.lds
index 447ffded81..70aef3241c 100644
--- a/board/cssi/MCR3000/u-boot.lds
+++ b/board/cssi/MCR3000/u-boot.lds
@@ -19,7 +19,6 @@ SECTIONS
arch/powerpc/cpu/mpc8xx/start.o (.text)
arch/powerpc/cpu/mpc8xx/traps.o (.text*)
arch/powerpc/lib/built-in.o (.text*)
- board/cssi/MCR3000/built-in.o (.text*)
drivers/net/built-in.o (.text*)
. = DEFINED(env_offset) ? env_offset : .;