commit | 870d7b769a457390c73760ee7c29047257ea85ba | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 25 11:46:43 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 25 11:46:43 2023 -0500 |
tree | cf4e39f25d3787a9f20b9ce2fc21037b034af1ae | |
parent | 449915e3e380be088027be7c58436757e109e7ae [diff] |
lmb: Increase the default number of regions to 64 In modern use cases, limiting ourselves to 8 regions is simply too few. A few platforms already had been working around this by increasing the default to 64. Increase this limit globally to 64. Link: https://stackoverflow.com/questions/75232382/u-boot-fails-with-reading-file-would-overwrite-reserve-memory-on-raspberry-cm4 Signed-off-by: Tom Rini <trini@konsulko.com>