commit | 35c6d0ef9bc89d231e495dbf36d9c66d3810630d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Fri Sep 10 22:47:16 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 23 14:15:32 2021 -0400 |
tree | 1ad5cc3fe06506b563dfd8374d32ab1eb62837c3 | |
parent | 637fa28ef3f153765317a7afa6a89197cc063c4f [diff] |
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>