diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> | 2008-10-27 12:35:59 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-10-31 10:31:02 +0100 |
commit | cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0 (patch) | |
tree | 01a91921c576d60febd97e30ce087bd4946f423a /include/configs/fx12mm.h | |
parent | 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2 (diff) | |
download | u-boot-imx-cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0.zip u-boot-imx-cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0.tar.gz u-boot-imx-cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0.tar.bz2 |
ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
Xilinx ppc440 and ppc405 have many similarities. This patch merge the
config files of both infrastuctures
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/fx12mm.h')
-rw-r--r-- | include/configs/fx12mm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/fx12mm.h b/include/configs/fx12mm.h index d45e7a0..8481c33 100644 --- a/include/configs/fx12mm.h +++ b/include/configs/fx12mm.h @@ -57,11 +57,8 @@ #define CONFIG_PREBOOT "echo U-Boot is up and runnining;" /*Flash*/ -#define CONFIG_SYS_FLASH_BASE XPAR_FLASH_2MX16_MEM0_BASEADDR #define CONFIG_SYS_FLASH_SIZE (4*1024*1024) #define CONFIG_SYS_MAX_FLASH_SECT 71 -#define CONFIG_SYS_FLASH_CFI 1 -#define CONFIG_FLASH_CFI_DRIVER 1 #define MTDIDS_DEFAULT "nor0=fx12mm-flash" #define MTDPARTS_DEFAULT "mtdparts=fx12mm-flash:-(user)" |