commit | 73b0a1745adf8af0c5db5d514eb68ddd0e6de9ca | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Fri Sep 10 22:47:13 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 23 14:15:32 2021 -0400 |
tree | 8ece1adf871d2079d52d290136065190926982cd | |
parent | 6e91cb411b8323b9a186842e86df40083f67d1a3 [diff] |
lmb: nios2: 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: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Tom Rini <trini@konsulko.com>