diff options
author | Hannes Schmelzer <oe5hpm@oevsv.at> | 2018-07-06 15:41:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-19 17:03:33 -0400 |
commit | e31fb4db36fa6dacdc2df504f8b208f74f299e77 (patch) | |
tree | 5df401fa1ebb4ecfedeae34102b3897debdd5ea9 /scripts | |
parent | 20e7705764c4e5ea924f1ea54bb36ebbbeffffe7 (diff) | |
download | u-boot-e31fb4db36fa6dacdc2df504f8b208f74f299e77.zip u-boot-e31fb4db36fa6dacdc2df504f8b208f74f299e77.tar.gz u-boot-e31fb4db36fa6dacdc2df504f8b208f74f299e77.tar.bz2 |
board/BuR: drop devicetree loading and lcd setup for linux-targets
This patch drops the lcd-screen setup, the summary screen and getting
mac-addresses based on a previous loaded device-tree for linux targets.
Selecting those linux target is simple, since we have only the brppt1.
In detail we do:
- drop the common lcd-setup code which relys on a fdt_blob
- drop the common dtb loading mechanism
- drop the now obsolete CONFIG_USE_FDT from board header and whitelist.
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
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 2f6c955..8d1b03e 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4677,7 +4677,6 @@ CONFIG_USB_XHCI_EXYNOS CONFIG_USB_XHCI_KEYSTONE CONFIG_USB_XHCI_OMAP CONFIG_USER_LOWLEVEL_INIT -CONFIG_USE_FDT CONFIG_USE_INTERRUPT CONFIG_USE_NAND CONFIG_USE_NOR |