commit | 2e5a49e5c63233da900f2aecdbed74cceae1d3e4 | [log] [tgz] |
---|---|---|
author | Tony Dinh <mibodhi@gmail.com> | Mon Jan 23 00:39:34 2023 -0800 |
committer | Stefan Roese <sr@denx.de> | Thu Jan 26 07:30:20 2023 +0100 |
tree | 655ed21b967a5a91171fb1e3658bc4d55d147ae7 | |
parent | e2c524bee96705e8de853a143bfa23fb6b98311e [diff] |
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>