u-boot/arch/m68k
Sughosh Ganu 6534d26ee9 lmb: do away with arch_lmb_reserve()
All of the current definitions of arch_lmb_reserve() are doing the
same thing -- reserve the region of memory occupied by U-Boot,
starting from the current stack address to the ram_top. Introduce a
function lmb_reserve_uboot_region() which does this, and do away with
the arch_lmb_reserve() function.

Instead of using the current value of stack pointer for starting the
reserved region, have a fixed value, considering the stack size config
value.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2024-09-03 14:08:50 -06:00
..
cpu global_data: Move pci_clk to m68k and powerpc 2024-08-26 14:05:37 -06:00
dts m68k: dts: add watchdog node 2023-07-25 23:21:42 +02:00
include/asm global_data: Move pci_clk to m68k and powerpc 2024-08-26 14:05:37 -06:00
lib lmb: do away with arch_lmb_reserve() 2024-09-03 14:08:50 -06:00
config.mk arch: m68k: Implement relocation 2023-09-06 13:28:58 +02:00
Kconfig Kconfig: Remove all default n/no options 2023-10-30 15:32:49 -04:00
Makefile m68k: Drop unused CONFIG_M52277 2023-02-07 14:33:48 -05:00