From a079494853cc2bfeddb26673219db0b4b2b31566 Mon Sep 17 00:00:00 2001 From: Niklaus Giger Date: Mon, 25 Feb 2008 18:37:01 +0100 Subject: 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 --- board/netstal/hcu5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/netstal/hcu5/Makefile') 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 -- cgit v1.1