diff options
author | Pascal Linder <pascal.linder@edu.hefr.ch> | 2019-07-09 09:28:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-08-12 09:12:38 +0200 |
commit | e5c9e830b8daba4ad511d457fdf76944605e0376 (patch) | |
tree | 1106096964aeb6f7cd7ab78c4191f5b06a5682d2 /scripts | |
parent | 432579c4d1ee89da7322ff11f0424360df2b0d95 (diff) | |
download | u-boot-e5c9e830b8daba4ad511d457fdf76944605e0376.tar.gz u-boot-e5c9e830b8daba4ad511d457fdf76944605e0376.tar.xz u-boot-e5c9e830b8daba4ad511d457fdf76944605e0376.zip |
km: clean up header files for KM Kirkwood boards
Remove unused preprocessor definitions and comments of already eliminated
code.
The Ethernet driver configuration is already declared in
arch/arm/mach-kirkwood/include/mach/config.h and, therefore, superfluous.
Signed-off-by: Pascal Linder <pascal.linder@edu.hefr.ch>
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Signed-off-by: Stefan Roese <sr@denx.de>
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 8c5c5dd59b..b9c8cf84ed 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -129,7 +129,6 @@ CONFIG_BOARD_SIZE_LIMIT CONFIG_BOOGER CONFIG_BOOTBLOCK CONFIG_BOOTFILE -CONFIG_BOOTMAPSZ CONFIG_BOOTMODE CONFIG_BOOTM_LINUX CONFIG_BOOTM_NETBSD |