diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-22 08:47:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 22:22:42 -0400 |
commit | cc4ba85c4e72b4409c09dabedd77cf9484f2d2cf (patch) | |
tree | b0740acea4dd486da497be7e6e02039390886641 /configs/iconnect_defconfig | |
parent | 304d07d2c054b3f8d660ec7e0ec077728b5160ff (diff) | |
download | u-boot-cc4ba85c4e72b4409c09dabedd77cf9484f2d2cf.tar.gz u-boot-cc4ba85c4e72b4409c09dabedd77cf9484f2d2cf.tar.bz2 u-boot-cc4ba85c4e72b4409c09dabedd77cf9484f2d2cf.zip |
iconnect: Perform base CONFIG_DM enablement
As these boards support CONFIG_OF_CONTROL today, perform a basic
CONFIG_DM migration.
Cc: Luka Perkov <luka@openwrt.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/iconnect_defconfig')
-rw-r--r-- | configs/iconnect_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/iconnect_defconfig b/configs/iconnect_defconfig index 4b6d82fe64..1e3f85387d 100644 --- a/configs/iconnect_defconfig +++ b/configs/iconnect_defconfig @@ -9,6 +9,7 @@ CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_OFFSET=0x80000 CONFIG_DEFAULT_DEVICE_TREE="kirkwood-iconnect" CONFIG_IDENT_STRING=" Iomega iConnect" +# 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_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NETCONSOLE=y +CONFIG_DM=y # CONFIG_MMC is not set CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y |