commit | 7996b7e9f5826d172b820cea0d072e68cfe485ba | [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 | 1e0e5577742baece8cc3aac3cf3da61a6b3276b0 [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>