]> git.ipfire.org Git - thirdparty/u-boot.git/commit
lmb: sh: Add arch_lmb_reserve()
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 10 Sep 2021 20:47:16 +0000 (22:47 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 23 Sep 2021 18:15:32 +0000 (14:15 -0400)
commit1e0e5577742baece8cc3aac3cf3da61a6b3276b0
tree1ad5cc3fe06506b563dfd8374d32ab1eb62837c3
parenteeaa3fe65270758ab0bdb1515e14f9bf936d3a25
lmb: sh: Add arch_lmb_reserve()

Add arch_lmb_reserve() implemented using arch_lmb_reserve_generic().
This architecture also needs to cover U-Boot with LMB before booting
Linux.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
arch/sh/lib/bootm.c