commit | 6a0890a61e10d5f8b71e99c7d732bd65cebe31b4 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Fri Sep 10 22:47:14 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 23 14:15:32 2021 -0400 |
tree | 166ccc0c4b8b806d8aee7d202716d92dc749f9aa | |
parent | a02c18f31f8b99418be8b17135c7a10910dc10e8 [diff] |
lmb: nds32: 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. Reviewed-by: Rick Chen <rick@andestech.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Rick Chen <rick@andestech.com> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Tom Rini <trini@konsulko.com>