]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: am335x-pdu001: Move from embedded to separate DTB
authorFelix Brack <fb@ltec.ch>
Fri, 7 Dec 2018 14:01:55 +0000 (15:01 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 12 Dec 2018 17:14:23 +0000 (12:14 -0500)
There is no need for an embedded device tree for this board so let the
build process generate a separate u-boot.dtb file instead.

Signed-off-by: Felix Brack <fb@ltec.ch>
arch/arm/mach-omap2/am33xx/Kconfig
configs/am335x_pdu001_defconfig

index 3529607479d2b2d9ad18feb007c85d72873a1057..57284c4ae122946f8e8aa52f9dc205e8928d82d3 100644 (file)
@@ -206,6 +206,7 @@ config TARGET_PDU001
        bool "Support PDU001"
        select DM
        select DM_SERIAL
+       imply SPL_SEPARATE_BSS
        imply CMD_DM
        help
          Support for PDU001 platform developed by EETS GmbH.
index dc8094e2b805d3b7b99ea35f5bdff664b3697183..b69cee01e4d44d520a4ff6a432ec992511849b29 100644 (file)
@@ -32,7 +32,7 @@ CONFIG_CMD_PMIC=y
 CONFIG_CMD_REGULATOR=y
 CONFIG_OF_CONTROL=y
 CONFIG_SPL_OF_CONTROL=y
-CONFIG_OF_EMBED=y
+CONFIG_OF_SEPARATE=y
 CONFIG_DEFAULT_DEVICE_TREE="am335x-pdu001"
 # CONFIG_NET is not set
 CONFIG_SPL_DM=y