diff options
author | Nick Thompson <nick.thompson@gefanuc.com> | 2009-12-12 12:12:26 -0500 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-01-04 08:48:17 -0600 |
commit | 97f4eb8cfb97c7c5b158e3c0df4611efbf50f403 (patch) | |
tree | 61fc8af5589184dd825d70659b7e5c8491e369d3 /include/configs/davinci_sffsdr.h | |
parent | 90110e0eab5ac6ab714109ce1fd8873c858dd552 (diff) | |
download | u-boot-97f4eb8cfb97c7c5b158e3c0df4611efbf50f403.tar.gz u-boot-97f4eb8cfb97c7c5b158e3c0df4611efbf50f403.tar.bz2 u-boot-97f4eb8cfb97c7c5b158e3c0df4611efbf50f403.zip |
Davinci: Configurable NAND chip selects
Davinci: Configurable NAND chip selects
Add a CONFIG_SYS_NAND_CS setting to all davinci configs and
use it to setup the NAND controller in the davinci_nand
mtd driver.
Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
Diffstat (limited to 'include/configs/davinci_sffsdr.h')
-rw-r--r-- | include/configs/davinci_sffsdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index f24eb7a8b3..94be9dcf44 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -78,6 +78,7 @@ #undef CONFIG_ENV_IS_IN_FLASH #define CONFIG_SYS_NO_FLASH #define CONFIG_NAND_DAVINCI +#define CONFIG_SYS_NAND_CS 2 #define CONFIG_ENV_IS_IN_NAND /* U-Boot env in NAND Flash */ #define CONFIG_ENV_SECT_SIZE 2048 /* Env sector Size */ #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ |