diff options
| author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2007-07-09 10:10:08 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-07-09 10:55:56 +0200 | 
| commit | 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc (patch) | |
| tree | 7e3914408cc08bc9530e637189e97de485c53aa5 | |
| parent | bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803 (diff) | |
| download | olio-uboot-2014.01-0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc.tar.xz olio-uboot-2014.01-0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc.zip | |
Migrate esd 405EP boards to new NAND subsystem
Remove unused CFG_NAND_LEGACY define
These boards to not have NAND.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
| -rw-r--r-- | include/configs/CPCI405.h | 2 | ||||
| -rw-r--r-- | include/configs/CPCI4052.h | 2 | ||||
| -rw-r--r-- | include/configs/CPCI405AB.h | 3 | ||||
| -rw-r--r-- | include/configs/CPCI405DT.h | 2 | 
4 files changed, 0 insertions, 9 deletions
| diff --git a/include/configs/CPCI405.h b/include/configs/CPCI405.h index 9acde1e6f..9c0412932 100644 --- a/include/configs/CPCI405.h +++ b/include/configs/CPCI405.h @@ -83,8 +83,6 @@  /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */  #include <cmd_confdefs.h> -#define CFG_NAND_LEGACY -  #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/  #define CONFIG_SDRAM_BANK0	1	/* init onboard SDRAM bank 0	*/ diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index 3fc99c502..2a328a63a 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -105,8 +105,6 @@  /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */  #include <cmd_confdefs.h> -#define CFG_NAND_LEGACY -  #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/  #define CONFIG_SDRAM_BANK0	1	/* init onboard SDRAM bank 0	*/ diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h index 4e2e1a834..69466862b 100644 --- a/include/configs/CPCI405AB.h +++ b/include/configs/CPCI405AB.h @@ -91,9 +91,6 @@  /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */  #include <cmd_confdefs.h> -#define CFG_NAND_LEGACY - -  #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/  #define CONFIG_SDRAM_BANK0	1	/* init onboard SDRAM bank 0	*/ diff --git a/include/configs/CPCI405DT.h b/include/configs/CPCI405DT.h index ab302df74..4ae240e91 100644 --- a/include/configs/CPCI405DT.h +++ b/include/configs/CPCI405DT.h @@ -102,8 +102,6 @@  /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */  #include <cmd_confdefs.h> -#define CFG_NAND_LEGACY -  #undef	CONFIG_WATCHDOG			/* watchdog disabled		*/  #define CONFIG_SDRAM_BANK0	1	/* init onboard SDRAM bank 0	*/ |