diff options
author | York Sun | 2016-12-28 08:43:44 -0800 |
---|---|---|
committer | Tom Rini | 2017-01-04 19:40:49 -0500 |
commit | 66e399b68d20d96a90ba391d75c2290bd63bf4a5 (patch) | |
tree | 1e9388e6e6fec3d3e0adf9ee0e14fb0149bb0a80 /scripts | |
parent | 63659ff317c72ff6d74a3147ad758c5904b034bc (diff) |
ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to Kconfig
Use option NUM_DDR_CONTROLLERS in ddr Kconfig and clean up existing
usage in ls102xa and fsl-layerscape. Remove all powerpc macros in
config header and board header files.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index edd45290c95..59ef9ddf626 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3318,7 +3318,6 @@ CONFIG_NR_DRAM_POPULATED CONFIG_NS16550_MIN_FUNCTIONS CONFIG_NS8382X CONFIG_NS87308 -CONFIG_NUM_DDR_CONTROLLERS CONFIG_NUM_DSP_CPUS CONFIG_NUM_PAMU CONFIG_OCLK_DIV |