diff options
author | Holger Brunck <holger.brunck@hitachienergy.com> | 2022-12-02 18:22:40 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-12 16:49:25 -0500 |
commit | 3bcf9c08a3de030438fcb91b27bf38e3235aafc5 (patch) | |
tree | c42b93a790bf93a668ddb648e56ef8991518b9a2 /scripts | |
parent | 6f7c936fbdd40071716730d07083c7f596700478 (diff) | |
download | u-boot-3bcf9c08a3de030438fcb91b27bf38e3235aafc5.tar.gz |
board/km/secu: migrate to use environment text files
Instead of having these defines in a header file, move them to
a simple text file.
Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index f829a7927db..a863665b2f7 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -70,8 +70,6 @@ CONFIG_IRAM_BASE CONFIG_IRAM_END CONFIG_IRAM_SIZE CONFIG_IRAM_TOP -CONFIG_KM_DEF_ENV_BOOTTARGETS -CONFIG_KM_NEW_ENV CONFIG_KSNET_CPSW_NUM_PORTS CONFIG_KSNET_MAC_ID_BASE CONFIG_KSNET_MDIO_PHY_CONFIG_ENABLE |