diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-11-29 14:31:30 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-03 13:21:16 -0500 |
commit | d92ca46e72ef2b8c93c5dfd50e9dd8df448cf899 (patch) | |
tree | 61cdc92798ac23cc1cc1fd341f1700ba85acf656 | |
parent | cf07d39fb17b376cb69eb86ac15c1088f01a33ef (diff) | |
download | u-boot-imx-d92ca46e72ef2b8c93c5dfd50e9dd8df448cf899.zip u-boot-imx-d92ca46e72ef2b8c93c5dfd50e9dd8df448cf899.tar.gz u-boot-imx-d92ca46e72ef2b8c93c5dfd50e9dd8df448cf899.tar.bz2 |
davinci: omapl138_lcdk: use correct define for 16 bit NAND chips
The omapl138_lcdk header defines CONFIG_SYS_NAND_BUSWIDTH_16_BIT while
the correct name is CONFIG_SYS_NAND_BUSWIDTH_16BIT.
While renaming the only occurrence of CONFIG_SYS_NAND_BUSWIDTH_16_BIT,
let's also remove it from the config_whitelist.txt file.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/omapl138_lcdk.h | 2 | ||||
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 9db9cea..3e01862 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -165,7 +165,7 @@ #define CONFIG_SYS_NAND_USE_FLASH_BBT #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST #define CONFIG_SYS_NAND_PAGE_2K -#define CONFIG_SYS_NAND_BUSWIDTH_16_BIT +#define CONFIG_SYS_NAND_BUSWIDTH_16BIT #define CONFIG_SYS_NAND_CS 3 #define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE #define CONFIG_SYS_CLE_MASK 0x10 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index a08d90e..4e83457 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -6580,7 +6580,6 @@ CONFIG_SYS_NAND_BLOCK_SIZE CONFIG_SYS_NAND_BOOT CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_NAND_BUSWIDTH_16 -CONFIG_SYS_NAND_BUSWIDTH_16_BIT CONFIG_SYS_NAND_CE CONFIG_SYS_NAND_CLE CONFIG_SYS_NAND_CS |