U-Boot: move mmu.cpp to arch/arm/arch_mmu.cpp
* only contains ARM stuff anyway. * PPC implementation will be very different anyway.
This commit is contained in:
parent
244fb0a393
commit
db5bd5535e
@ -40,7 +40,6 @@ KernelMergeObject boot_platform_u-boot_common.o :
|
|||||||
cpu.cpp
|
cpu.cpp
|
||||||
uimage.cpp
|
uimage.cpp
|
||||||
video.cpp
|
video.cpp
|
||||||
mmu.cpp
|
|
||||||
$(genericPlatformSources)
|
$(genericPlatformSources)
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ KernelMergeObject boot_platform_u-boot_arm.o :
|
|||||||
# must come first to have _start_* at correct locations
|
# must come first to have _start_* at correct locations
|
||||||
shell.S
|
shell.S
|
||||||
|
|
||||||
#arch_mmu.cpp
|
arch_mmu.cpp
|
||||||
#arch_cpu_asm.S
|
#arch_cpu_asm.S
|
||||||
arch_start_kernel.S
|
arch_start_kernel.S
|
||||||
arch_cpu.cpp
|
arch_cpu.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user