]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: kirkwood: Convert to DM Serial for various Kirkwood boards
authorTony Dinh <mibodhi@gmail.com>
Fri, 30 Dec 2022 05:45:57 +0000 (21:45 -0800)
committerStefan Roese <sr@denx.de>
Tue, 17 Jan 2023 06:08:42 +0000 (07:08 +0100)
commitbee23537bab6934af3f791220be274ce9f4eb948
treef903c251c1714f2af1110ab9cf9cb6070f868a39
parent9a13a76e6256c51d04f41139733dbb31755e8d30
arm: kirkwood: Convert to DM Serial for various Kirkwood boards

For Kirkwood boards, it is necessary to have early malloc in DRAM area
when Driver Model for Serial is enabled. Please see Michael's patch here:
https://lore.kernel.org/u-boot/20220817193809.1059688-20-michael@walle.cc/

This patch enables the early malloc in DRAM for all Kirkwood boards.
Note that this will work for boards that have either non-DM serial
and DM_SERIAL. Also, add the CONFIG_KIRKWOOD_COMMON option to enable
DM_SERIAL as a common option for boards that have been tested.

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
arch/arm/mach-kirkwood/Kconfig