Files
u-boot/include
Ilias Apalodimas 67be24906f lmb: change the return code on lmb_alloc_addr()
Ben reports a failure to boot the kernel on hardware that starts its
physical memory from 0x0.
The reason is that lmb_alloc_addr(), which is supposed to reserve a
specific address, takes the address as the first argument, but then also
returns the address for success or failure and treats 0 as a failure.

Since we already know the address change the prototype to return an int.

Reported-by: Ben Schneider <ben@bens.haus>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Tested-by: Ben Schneider <ben@bens.haus>
Reviewed-by: Sughosh Ganu <sughosh.ganu@linaro.org>
2025-03-24 11:12:33 -06:00
..
2025-02-12 12:37:12 -06:00
2025-01-22 15:58:03 -06:00
2024-10-24 11:20:58 -06:00
2024-11-20 17:57:58 +01:00
2025-01-05 02:30:49 +01:00
2025-02-05 16:22:55 +01:00
2024-12-31 10:58:30 -06:00
2025-01-26 11:06:56 +01:00
2024-11-04 16:41:38 -06:00
2024-10-24 11:21:48 -06:00
2024-11-25 23:07:37 -03:00
2024-11-20 17:57:58 +01:00
2025-01-14 14:29:29 -06:00
2025-01-07 15:45:51 +02:00
2025-01-01 10:40:33 -06:00
2025-02-03 16:01:36 -06:00
2024-11-13 08:14:23 -06:00