mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 19:41:46 +00:00
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>
This commit is contained in:
parent
d50d6817b5
commit
bfaaacd3b2
2 changed files with 2 additions and 1 deletions
|
@ -206,6 +206,7 @@ config TARGET_PDU001
|
||||||
bool "Support PDU001"
|
bool "Support PDU001"
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
|
imply SPL_SEPARATE_BSS
|
||||||
imply CMD_DM
|
imply CMD_DM
|
||||||
help
|
help
|
||||||
Support for PDU001 platform developed by EETS GmbH.
|
Support for PDU001 platform developed by EETS GmbH.
|
||||||
|
|
|
@ -32,7 +32,7 @@ CONFIG_CMD_PMIC=y
|
||||||
CONFIG_CMD_REGULATOR=y
|
CONFIG_CMD_REGULATOR=y
|
||||||
CONFIG_OF_CONTROL=y
|
CONFIG_OF_CONTROL=y
|
||||||
CONFIG_SPL_OF_CONTROL=y
|
CONFIG_SPL_OF_CONTROL=y
|
||||||
CONFIG_OF_EMBED=y
|
CONFIG_OF_SEPARATE=y
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="am335x-pdu001"
|
CONFIG_DEFAULT_DEVICE_TREE="am335x-pdu001"
|
||||||
# CONFIG_NET is not set
|
# CONFIG_NET is not set
|
||||||
CONFIG_SPL_DM=y
|
CONFIG_SPL_DM=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue