]> git.baikalelectronics.ru Git - uboot.git/commit
arm: kirkwood: Use Kirkwood common early malloc area for various Kirkwood boards
authorTony Dinh <mibodhi@gmail.com>
Mon, 23 Jan 2023 08:39:34 +0000 (00:39 -0800)
committerStefan Roese <sr@denx.de>
Thu, 26 Jan 2023 06:30:20 +0000 (07:30 +0100)
commit06a16c3055f15d4a9c234c9bc94537e3e9b156d5
tree655ed21b967a5a91171fb1e3658bc4d55d147ae7
parent1d5abf451d5f288436e721186accd3df00de8db4
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>
configs/dockstar_defconfig
configs/dreamplug_defconfig
configs/goflexhome_defconfig
configs/iconnect_defconfig
configs/nsa310s_defconfig
configs/pogo_e02_defconfig
configs/pogo_v4_defconfig
configs/sheevaplug_defconfig