diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:09 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:09 +0200 |
commit | deeec4991a55de243787002ede24d2331d234fc8 (patch) | |
tree | ad1c63f2406352a40c251e73a263eaeffa5f5dfd | |
parent | a3a08c0cedd329edf5256e1d6b2bad0fca002725 (diff) | |
download | u-boot-imx-deeec4991a55de243787002ede24d2331d234fc8.zip u-boot-imx-deeec4991a55de243787002ede24d2331d234fc8.tar.gz u-boot-imx-deeec4991a55de243787002ede24d2331d234fc8.tar.bz2 |
ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-rw-r--r-- | include/configs/ap325rxa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index cfcd85c..a6312b5 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs/ap325rxa.h @@ -117,7 +117,6 @@ /* FLASH */ #define CONFIG_FLASH_CFI_DRIVER 1 #define CFG_FLASH_CFI -#define CONFIG_FLASH_CFI_DRIVER #undef CFG_FLASH_QUIET_TEST /* print 'E' for empty sector on flinfo */ #define CFG_FLASH_EMPTY_INFO |