ARM: remove initrd handling from mmu code
Let the platform mmu_map_physical_memory the initrd region, and reserve it before calling mmu_init. This removes another hardcoded address, since e.g. U-Boot gets the address from the uImage file.
This commit is contained in:
@@ -61,8 +61,7 @@ HAIKU_BOARD_SDIMAGE_FILES =
|
||||
#
|
||||
# gcc flags for the specific cpu
|
||||
|
||||
local flags = -mcpu=cortex-a8 -mfpu=vfpv3 -mfloat-abi=hard
|
||||
-DHAIKU_BOARD_LOADER_UIBASE=$(HAIKU_BOARD_LOADER_UIBASE) ;
|
||||
local flags = -mcpu=cortex-a8 -mfpu=vfpv3 -mfloat-abi=hard ;
|
||||
|
||||
HAIKU_ASFLAGS_$(HAIKU_PACKAGING_ARCH) += $(flags) ;
|
||||
HAIKU_CCFLAGS_$(HAIKU_PACKAGING_ARCH) += $(flags) ;
|
||||
|
||||
Reference in New Issue
Block a user