diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-14 12:20:23 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-14 12:20:23 -0500 |
commit | 7f73ca484f792a0d2a7ee09860c32f3d02b3030d (patch) | |
tree | 80b13cc0005213270ddbfd42c5f69a64c7b38b5b /scripts | |
parent | f9dadaef8b75fa222ca9773274cce055e7bdd9d7 (diff) | |
download | u-boot-7f73ca484f792a0d2a7ee09860c32f3d02b3030d.tar.gz |
Kconfig: CONFIG_OF_PLATDATA doesn't really exist
There is no CONFIG_OF_PLATDATA, only CONFIG_SPL_OF_PLATDATA, so rename
the two references to CONFIG_OF_PLATDATA to CONFIG_SPL_OF_PLATDATA.
Signed-off-by: Tom Rini <trini@konsulko.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 1ad9f7e9e7..d7244c56ad 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -2229,7 +2229,6 @@ CONFIG_ODROID_REV_AIN CONFIG_OFF_PADCONF CONFIG_OF_ CONFIG_OF_IDE_FIXUP -CONFIG_OF_PLATDATA CONFIG_OF_SPI CONFIG_OF_SPI_FLASH CONFIG_OF_STDOUT_PATH |