diff options
| author | Jörg Krause <[email protected]> | 2018-01-14 19:26:38 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2018-06-27 12:20:55 +0200 |
| commit | 15e207faa0c32b587c173844936cadd7bf8dee01 (patch) | |
| tree | a5148125693858b134409edbb80217378a0efe80 /scripts | |
| parent | da37d096820e15b2bcdb0243da2dc01707c650f2 (diff) | |
spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips
Add the config option `CONFIG_SPL_NAND_IDENT` for using the NAND chip ID list
to identify the NAND flash in SPL.
Signed-off-by: Jörg Krause <[email protected]>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 1a543375940..1219dcc3bef 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1937,6 +1937,7 @@ CONFIG_SPL_NAND_BASE CONFIG_SPL_NAND_BOOT CONFIG_SPL_NAND_DRIVERS CONFIG_SPL_NAND_ECC +CONFIG_SPL_NAND_IDENT CONFIG_SPL_NAND_INIT CONFIG_SPL_NAND_LOAD CONFIG_SPL_NAND_MINIMAL |
