diff options
author | Martha Marx <mmarx@silicontkx.com> | 2008-05-29 15:37:21 -0400 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-07-10 11:36:32 -0600 |
commit | 16bee7b0dc294ee01ca2434aa1dd3bd717a69615 (patch) | |
tree | a471ca8cb6eeb8c1c30a1318248de2df7f8e125f /board/ads5121/Makefile | |
parent | d4692b0ba83b7b454bbd92bad1f4befe6e1657b7 (diff) | |
download | u-boot-imx-16bee7b0dc294ee01ca2434aa1dd3bd717a69615.zip u-boot-imx-16bee7b0dc294ee01ca2434aa1dd3bd717a69615.tar.gz u-boot-imx-16bee7b0dc294ee01ca2434aa1dd3bd717a69615.tar.bz2 |
Consolidate ADS5121 IO Pin configuration
Consolidate ADS5121 IO Pin configuration to one file
board/ads5121/iopin.c.
Remove pin config from cpu/mpc512x/fec.c
Signed-off-by: Martha Marx <mmarx@silicontkx.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: John Rigby <jrigby@freescale.com>
Diffstat (limited to 'board/ads5121/Makefile')
-rw-r--r-- | board/ads5121/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile index 52d0d3c..5b95682 100644 --- a/board/ads5121/Makefile +++ b/board/ads5121/Makefile @@ -27,7 +27,7 @@ $(shell mkdir -p $(OBJTREE)/board/freescale/common) LIB = $(obj)lib$(BOARD).a -COBJS-y := $(BOARD).o +COBJS-y := $(BOARD).o iopin.o COBJS-${CONFIG_FSL_DIU_FB} += ads5121_diu.o COBJS-${CONFIG_FSL_DIU_FB} += ../freescale/common/fsl_diu_fb.o COBJS-${CONFIG_FSL_DIU_FB} += ../freescale/common/fsl_logo_bmp.o |