diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-01-23 16:31:01 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-24 12:12:30 -0600 |
commit | 4933b91f8a49e436681f163df3173beb91cac44a (patch) | |
tree | 6c90329f8c9f61b4641ab7824bbeebf63995590e /board/freescale/mpc8641hpcn/Makefile | |
parent | 1a41f7ce9c086e208c0eabf52565a237af2a2bd1 (diff) | |
download | u-boot-imx-4933b91f8a49e436681f163df3173beb91cac44a.zip u-boot-imx-4933b91f8a49e436681f163df3173beb91cac44a.tar.gz u-boot-imx-4933b91f8a49e436681f163df3173beb91cac44a.tar.bz2 |
86xx: Support new law setup method and convert mpc8641
Adds the support code in cpu/mpc86xx for the new law setup code
recently created fsl_law.c, and changes the MPC8641HPCN config
to use this code.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'board/freescale/mpc8641hpcn/Makefile')
-rw-r--r-- | board/freescale/mpc8641hpcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8641hpcn/Makefile b/board/freescale/mpc8641hpcn/Makefile index 201da3e..e73e7ba 100644 --- a/board/freescale/mpc8641hpcn/Makefile +++ b/board/freescale/mpc8641hpcn/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o +COBJS := $(BOARD).o law.o SOBJS := init.o |