summaryrefslogtreecommitdiff
path: root/configs/sheevaplug_defconfig
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2023-01-23 11:39:34 +0300
committerStefan Roese <sr@denx.de>2023-01-26 09:30:20 +0300
commit26bc32a8661b6abda3ca4491d27c7de4f648502a (patch)
tree655ed21b967a5a91171fb1e3658bc4d55d147ae7 /configs/sheevaplug_defconfig
parent54a08c4139e6677494d62c7cb595d70ef123a86b (diff)
downloadu-boot-26bc32a8661b6abda3ca4491d27c7de4f648502a.tar.xz
arm: kirkwood: Use Kirkwood common early malloc area for various Kirkwood boards
For Kirkwood boards, it is necessary to have early malloc in DRAM area when Driver Model for Serial is enabled. This patch removes individual board settings for early malloc in various Kirkwood boards, and uses the Kirkwood commonly defined settings in arch/arm/mach-kirkwood/Kconfig. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/sheevaplug_defconfig')
-rw-r--r--configs/sheevaplug_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index 79f36c0360..cb38a3fbd5 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -16,9 +16,6 @@ CONFIG_ENV_OFFSET=0x80000
CONFIG_DEFAULT_DEVICE_TREE="kirkwood-sheevaplug"
CONFIG_IDENT_STRING="\nMarvell-Sheevaplug"
CONFIG_SYS_LOAD_ADDR=0x800000
-CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
-CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc8012000
-# CONFIG_SYS_MALLOC_F is not set
CONFIG_HAS_BOARD_SIZE_LIMIT=y
CONFIG_BOARD_SIZE_LIMIT=524288
CONFIG_BOOTDELAY=3