]> git.baikalelectronics.ru Git - uboot.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)
commit94740eb320011eaf70a995e7d10671de5eb74558
treef903c251c1714f2af1110ab9cf9cb6070f868a39
parent192a7c4ef547cc058d1705d679a37f24f12d93f3
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