]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: samsung: exynos-mobile: simplify parsing RAM banks from device tree
authorKaustabh Chakraborty <kauschluss@disroot.org>
Tue, 3 Feb 2026 13:08:39 +0000 (18:38 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 23 Feb 2026 06:35:33 +0000 (15:35 +0900)
commit3b9f3620b8a26b8b2d580371eefd140791d124e4
tree5ec7052beb0714cb7e19573683df91766398568c
parent548e9a254c7d0bd9796decfea43d7759070c7312
board: samsung: exynos-mobile: simplify parsing RAM banks from device tree

Remove the baked-in bank addresses used for figuring out RAM banks from
device tree. Instead, sequentially fill in the bank addresses and sizes,
and doing away with an extra array for specifying bases.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/exynos-mobile/exynos-mobile.c