diff options
author | Tony Dinh <mibodhi@gmail.com> | 2023-01-23 00:39:34 -0800 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2023-01-26 07:30:20 +0100 |
commit | 26bc32a8661b6abda3ca4491d27c7de4f648502a (patch) | |
tree | 655ed21b967a5a91171fb1e3658bc4d55d147ae7 /configs/sheevaplug_defconfig | |
parent | 54a08c4139e6677494d62c7cb595d70ef123a86b (diff) | |
download | u-boot-26bc32a8661b6abda3ca4491d27c7de4f648502a.tar.gz u-boot-26bc32a8661b6abda3ca4491d27c7de4f648502a.tar.bz2 u-boot-26bc32a8661b6abda3ca4491d27c7de4f648502a.zip |
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_defconfig | 3 |
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 |