diff options
| author | Markus Klotzbuecher <mk@denx.de> | 2008-10-21 09:18:01 +0200 | 
|---|---|---|
| committer | Markus Klotzbuecher <mk@denx.de> | 2008-10-21 09:18:01 +0200 | 
| commit | 50bd0057ba8fceeb48533f8b1a652ccd0e170838 (patch) | |
| tree | ea1a183343573c2a48248923b96d316c0956727c /doc/README.nand | |
| parent | 9dbc366744960013965fce8851035b6141f3b3ae (diff) | |
| parent | f82642e33899766892499b163e60560fbbf87773 (diff) | |
| download | olio-uboot-2014.01-50bd0057ba8fceeb48533f8b1a652ccd0e170838.tar.xz olio-uboot-2014.01-50bd0057ba8fceeb48533f8b1a652ccd0e170838.zip  | |
Merge git://git.denx.de/u-boot into x1
Conflicts:
	drivers/usb/usb_ohci.c
Diffstat (limited to 'doc/README.nand')
| -rw-r--r-- | doc/README.nand | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.nand b/doc/README.nand index 6dac24cd9..bf80bc0a5 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -95,7 +95,7 @@ Configuration Options:        CONFIG_MTD_NAND_ECC_YAFFS would be another useful choice for        someone to implement. -   CFG_MAX_NAND_DEVICE +   CONFIG_SYS_MAX_NAND_DEVICE        The maximum number of NAND devices you want to support.  NAND Interface: @@ -164,7 +164,7 @@ More Definitions:     These definitions are needed in the board configuration for now, but     may really belong in a header file.     TODO: Figure which ones are truly configuration settings and rename -	 them to CFG_NAND_... and move the rest somewhere appropriate. +	 them to CONFIG_SYS_NAND_... and move the rest somewhere appropriate.     #define SECTORSIZE 512     #define ADDR_COLUMN 1 @@ -174,7 +174,7 @@ More Definitions:     #define NAND_MAX_FLOORS 1     #define NAND_MAX_CHIPS 1 -   #define CFG_DAVINCI_BROKEN_ECC +   #define CONFIG_SYS_DAVINCI_BROKEN_ECC        Versions of U-Boot <= 1.3.3 and Montavista Linux kernels        generated bogus ECCs on large-page NAND. Both large and small page        NAND ECCs were incompatible with the Linux davinci git tree (since  |