commit | 0701ff3e4e739b91964af50432987395d8dda457 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Fri Sep 10 22:47:17 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 23 14:15:32 2021 -0400 |
tree | 66828184f8ed8d2c35f72aeec6f78429cd47644f | |
parent | 35c6d0ef9bc89d231e495dbf36d9c66d3810630d [diff] |
lmb: xtensa: Add arch_lmb_reserve() Add arch_lmb_reserve() implemented using arch_lmb_reserve_generic(). It is rather likely this architecture also needs to cover U-Boot with LMB before booting Linux. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Chris Zankel <chris@zankel.net> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Tom Rini <trini@konsulko.com>