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/freescale/mpc8610hpcd/Makefile | |
parent | 713d8186649dae874613d495b0cecaa039a98b30 (diff) | |
download | u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.zip u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.gz u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.bz2 |
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/freescale/mpc8610hpcd/Makefile')
-rw-r--r-- | board/freescale/mpc8610hpcd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/mpc8610hpcd/Makefile b/board/freescale/mpc8610hpcd/Makefile index feecf4c..489689e 100644 --- a/board/freescale/mpc8610hpcd/Makefile +++ b/board/freescale/mpc8610hpcd/Makefile @@ -27,8 +27,6 @@ endif LIB = $(obj)lib$(BOARD).a -SOBJS := init.o - COBJS := $(BOARD).o law.o COBJS-${CONFIG_FSL_DIU_FB} += mpc8610hpcd_diu.o |