summaryrefslogtreecommitdiff
path: root/configs/dockstar_defconfig
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2022-08-18 00:59:44 +0300
committerStefan Roese <sr@denx.de>2022-09-13 07:38:08 +0300
commita8a0c55f9d1cd0f4618288b25f63857373015391 (patch)
tree217da6ede54afe6405d20c33334e0f9ceb41f3fd /configs/dockstar_defconfig
parent0ba282e0eeaf29fd78f021fd2f95f7bc3109868d (diff)
downloadu-boot-a8a0c55f9d1cd0f4618288b25f63857373015391.tar.xz
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/dockstar_defconfig')
-rw-r--r--configs/dockstar_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/dockstar_defconfig b/configs/dockstar_defconfig
index d43423c45e..feba398912 100644
--- a/configs/dockstar_defconfig
+++ b/configs/dockstar_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/Seagate/dockstar/kwbimage.cfg"
CONFIG_SYS_TEXT_BASE=0x600000
CONFIG_NR_DRAM_BANKS=2