diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2008-04-21 14:42:11 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-04-22 13:48:04 +0200 |
commit | 0b9872515a521bf7866dc24b85ddce708e60d702 (patch) | |
tree | e8c707c0ecdda13e30f003e541c2175110ffba86 /board/esd/apc405/Makefile | |
parent | 83975d02e225e231960784972e7820a8b303756b (diff) | |
download | u-boot-imx-0b9872515a521bf7866dc24b85ddce708e60d702.zip u-boot-imx-0b9872515a521bf7866dc24b85ddce708e60d702.tar.gz u-boot-imx-0b9872515a521bf7866dc24b85ddce708e60d702.tar.bz2 |
ppc4xx: Update APC405 board support
- enable esd's auto_update mechanism
- fix LCD support on latest hardware revision (uses other LCD controller)
- support alternative flash layout on rev. 1.8 boards
- coding style cleanup
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'board/esd/apc405/Makefile')
-rw-r--r-- | board/esd/apc405/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/esd/apc405/Makefile b/board/esd/apc405/Makefile index 024997e..c57cd6b 100644 --- a/board/esd/apc405/Makefile +++ b/board/esd/apc405/Makefile @@ -28,7 +28,9 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o strataflash.o ../common/misc.o +COBJS = $(BOARD).o \ + ../common/misc.o \ + ../common/auto_update.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |