summaryrefslogtreecommitdiff
path: root/configs/pogo_e02_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/pogo_e02_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/pogo_e02_defconfig')
-rw-r--r--configs/pogo_e02_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/pogo_e02_defconfig b/configs/pogo_e02_defconfig
index 116e5d0ed3..067fb9e13b 100644
--- a/configs/pogo_e02_defconfig
+++ b/configs/pogo_e02_defconfig
@@ -17,9 +17,6 @@ CONFIG_DEFAULT_DEVICE_TREE="kirkwood-pogo_e02"
CONFIG_SYS_PROMPT="PogoE02> "
CONFIG_IDENT_STRING="\nPogo E02"
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_BOOTDELAY=3
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="setenv bootargs $(bootargs_console); run bootcmd_usb; bootm 0x00800000 0x01100000"