diff options
author | Hannes Schmelzer | 2018-07-06 15:41:18 +0200 |
---|---|---|
committer | Tom Rini | 2018-07-19 17:03:33 -0400 |
commit | e31fb4db36fa6dacdc2df504f8b208f74f299e77 (patch) | |
tree | 5df401fa1ebb4ecfedeae34102b3897debdd5ea9 /include | |
parent | 20e7705764c4e5ea924f1ea54bb36ebbbeffffe7 (diff) |
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 'include')
-rw-r--r-- | include/configs/brppt1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index eb453310331..a6cf9ac9b55 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -29,7 +29,6 @@ #define CONFIG_POWER_TPS65217 /* Support both device trees and ATAGs. */ -#define CONFIG_USE_FDT /* use fdt within board code */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG |