[PATCH 06/18] dockstar: Perform base CONFIG_DM enablement

Tom Rini trini at konsulko.com
Sat May 22 14:47:05 CEST 2021


As these boards support CONFIG_OF_CONTROL today, perform a basic
CONFIG_DM migration.

Cc: Eric Cooper <ecc at cmu.edu>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Checking this on some form of the real hardware would be good, along
with likely enabling a bunch of other DM subsystems.
---
 configs/dockstar_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/dockstar_defconfig b/configs/dockstar_defconfig
index 0b434f46a097..1b1cf9b0e3e9 100644
--- a/configs/dockstar_defconfig
+++ b/configs/dockstar_defconfig
@@ -9,6 +9,7 @@ CONFIG_ENV_SIZE=0x20000
 CONFIG_ENV_OFFSET=0x80000
 CONFIG_IDENT_STRING="\nSeagate FreeAgent DockStar"
 CONFIG_DEFAULT_DEVICE_TREE="kirkwood-dockstar"
+# CONFIG_SYS_MALLOC_F is not set
 CONFIG_BOOTDELAY=3
 CONFIG_USE_PREBOOT=y
 # CONFIG_DISPLAY_BOARDINFO is not set
@@ -31,6 +32,7 @@ CONFIG_OF_CONTROL=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_NAND=y
 CONFIG_NETCONSOLE=y
+CONFIG_DM=y
 # CONFIG_MMC is not set
 CONFIG_MTD=y
 CONFIG_MTD_RAW_NAND=y
-- 
2.17.1



More information about the U-Boot mailing list