
25 Jul
2024
25 Jul
'24
8:22 a.m.
On 7/24/24 22:55, Tom Rini wrote:
On Wed, Jul 24, 2024 at 11:32:12AM +0530, Sughosh Ganu wrote:
The LMB module provides allocation/reservation API's, primarily for loading images to memory. This is functionality which is used by all boards. Make the config symbol used for the main U-Boot image as def_bool and enable it by default.
Signed-off-by: Sughosh Ganu sughosh.ganu@linaro.org
Changes since rfc: New patch
lib/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
OK, I asked for this, but, some platforms had special enough uses where they disabled it and so we get more growth here too, so, lets drop this concept for now.
Our mini configurations are disabling it because it consumes a lot of space ad we don't need it. Commit message should be definitely updated.
Thanks, Michal