diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-01-23 16:31:04 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-24 12:12:40 -0600 |
commit | 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3 (patch) | |
tree | e11c8f89c06d8740340b9d6e20060e7f0265b75c /board/sbc8641d/u-boot.lds | |
parent | 713d8186649dae874613d495b0cecaa039a98b30 (diff) | |
download | u-boot-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.gz u-boot-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.xz u-boot-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.zip |
86xx: Remove old-style law setup code
This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'board/sbc8641d/u-boot.lds')
-rw-r--r-- | board/sbc8641d/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sbc8641d/u-boot.lds b/board/sbc8641d/u-boot.lds index 5de9b78f7b..be362eed03 100644 --- a/board/sbc8641d/u-boot.lds +++ b/board/sbc8641d/u-boot.lds @@ -51,7 +51,6 @@ SECTIONS .text : { cpu/mpc86xx/start.o (.text) - board/sbc8641d/init.o (.bootpg) cpu/mpc86xx/traps.o (.text) cpu/mpc86xx/interrupts.o (.text) cpu/mpc86xx/cpu_init.o (.text) |