diff options
author | Felix Brack <fb@ltec.ch> | 2018-12-07 15:01:55 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-12 12:14:23 -0500 |
commit | bfaaacd3b2cb0d7841d9ae7d14ea5da130b8f482 (patch) | |
tree | c1d4721a53d500c873fa60a78c502f9abe369ee9 /configs/am335x_pdu001_defconfig | |
parent | d50d6817b583d20bf1c6e26c656d125bde5e4e4b (diff) | |
download | u-boot-bfaaacd3b2cb0d7841d9ae7d14ea5da130b8f482.tar.gz |
arm: am335x-pdu001: Move from embedded to separate DTB
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>
Diffstat (limited to 'configs/am335x_pdu001_defconfig')
-rw-r--r-- | configs/am335x_pdu001_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_pdu001_defconfig b/configs/am335x_pdu001_defconfig index dc8094e2b8..b69cee01e4 100644 --- a/configs/am335x_pdu001_defconfig +++ b/configs/am335x_pdu001_defconfig @@ -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 |