diff options
author | Niklaus Giger <niklaus.giger@netstal.com> | 2008-02-25 18:37:01 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-15 07:25:50 +0100 |
commit | a079494853cc2bfeddb26673219db0b4b2b31566 (patch) | |
tree | 240f80373cef4b7214bb5b660a8ea11c812a4389 /board/netstal/hcu5/Makefile | |
parent | e4170e5a50c8110f792bc37472833ae669d69951 (diff) | |
download | u-boot-imx-a079494853cc2bfeddb26673219db0b4b2b31566.zip u-boot-imx-a079494853cc2bfeddb26673219db0b4b2b31566.tar.gz u-boot-imx-a079494853cc2bfeddb26673219db0b4b2b31566.tar.bz2 |
ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
the FLASH_CFI_LEGACY et al. config options.
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Diffstat (limited to 'board/netstal/hcu5/Makefile')
-rw-r--r-- | board/netstal/hcu5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstal/hcu5/Makefile b/board/netstal/hcu5/Makefile index 349c653..5ffae65 100644 --- a/board/netstal/hcu5/Makefile +++ b/board/netstal/hcu5/Makefile @@ -24,7 +24,7 @@ LIB = $(obj)lib$(BOARD).a # NOBJS : Netstal common objects -NOBJS = hcu_flash.o nm_bsp.o +NOBJS = nm_bsp.o COBJS = $(BOARD).o sdram.o SOBJS = init.o |