summaryrefslogtreecommitdiff
path: root/configs/iconnect_defconfig
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2022-08-17 14:59:44 -0700
committerStefan Roese <sr@denx.de>2022-09-13 06:38:08 +0200
commita8a0c55f9d1cd0f4618288b25f63857373015391 (patch)
tree217da6ede54afe6405d20c33334e0f9ceb41f3fd /configs/iconnect_defconfig
parent0ba282e0eeaf29fd78f021fd2f95f7bc3109868d (diff)
arm: kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS
Add CONFIG_SUPPORT_PASSING_ATAGS and friends to support legacy image method of booting. Debian and OpenWrt installer use uImage with appended DTB for these Kirkwood boards. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/iconnect_defconfig')
-rw-r--r--configs/iconnect_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/iconnect_defconfig b/configs/iconnect_defconfig
index 1c66b42de8..c91d58d31a 100644
--- a/configs/iconnect_defconfig
+++ b/configs/iconnect_defconfig
@@ -4,6 +4,9 @@ CONFIG_SYS_DCACHE_OFF=y
CONFIG_ARCH_CPU_INIT=y
CONFIG_SYS_THUMB_BUILD=y
CONFIG_ARCH_KIRKWOOD=y
+CONFIG_SUPPORT_PASSING_ATAGS=y
+CONFIG_CMDLINE_TAG=y
+CONFIG_INITRD_TAG=y
CONFIG_SYS_KWD_CONFIG="board/iomega/iconnect/kwbimage.cfg"
CONFIG_SYS_TEXT_BASE=0x600000
CONFIG_NR_DRAM_BANKS=2