]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board/mpl/pati: use the CFI driver for the PATI board
authorDavid Müller <d.mueller@elsoft.ch>
Thu, 22 Dec 2011 12:38:22 +0000 (13:38 +0100)
committerStefan Roese <sr@denx.de>
Mon, 9 Jan 2012 08:25:07 +0000 (09:25 +0100)
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
Signed-off-by: Stefan Roese <sr@denx.de>
board/mpl/pati/Makefile
include/configs/PATI.h

index dae381d32ffd7d93b3ba93ebcca7a376265543fe..0fe508c1b902af994ebdda8f8895e57757e9918c 100644 (file)
@@ -28,8 +28,8 @@ endif
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  :=  pati.o ../common/flash.o cmd_pati.o ../common/common_util.o
-#### cmd_pati.o
+COBJS  :=  $(BOARD).o cmd_pati.o \
+               ../common/common_util.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
index da2d60250660d6fbbd23cc4e0dc826870ed5d9c3..bf39d0040e95ab0802241828a054e63b1a3e26a1 100644 (file)
  *
  */
 
-#define CONFIG_SYS_MAX_FLASH_BANKS             1               /* Max number of memory banks           */
-#define CONFIG_SYS_MAX_FLASH_SECT              128             /* Max number of sectors on one chip    */
-#define CONFIG_SYS_FLASH_ERASE_TOUT    180000          /* Timeout for Flash Erase (in ms)      */
-#define CONFIG_SYS_FLASH_WRITE_TOUT    600             /* Timeout for Flash Write (in ms)      */
+#define CONFIG_SYS_FLASH_PROTECTION
+#define CONFIG_SYS_FLASH_EMPTY_INFO
 
+#define CONFIG_SYS_FLASH_CFI
+#define CONFIG_FLASH_CFI_DRIVER
+
+#define CONFIG_FLASH_SHOW_PROGRESS     45
+
+#define CONFIG_SYS_MAX_FLASH_BANKS     1
+#define CONFIG_SYS_MAX_FLASH_SECT      128
 
 #define        CONFIG_ENV_IS_IN_EEPROM
 #ifdef CONFIG_ENV_IS_IN_EEPROM