Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec757ce2 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

msm: fsm9900: Move kernel to 0x3AC00000



Reclaim unused 84M from the FSM9900 memory map.

Change-Id: I87972cb3b9198292c633eae0822c926a7732c809
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent af289785
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ config PHYS_OFFSET
	default "0x00000000" if ARCH_MSM8226
	default "0x00000000" if ARCH_MSM8610
	default "0x00000000" if ARCH_MSMSAMARIUM
	default "0x40000000" if ARCH_FSM9900
	default "0x3AC00000" if ARCH_FSM9900
	default "0x00000000" if ARCH_MDM9630
	default "0x00200000" if !MSM_STACKED_MEMORY
	default "0x10000000"
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
   zreladdr-$(CONFIG_ARCH_MSM8226)	:= 0x00008000

# FSM9900
   zreladdr-$(CONFIG_ARCH_FSM9900)	:= 0x40008000
   zreladdr-$(CONFIG_ARCH_FSM9900)	:= 0x3AC08000

# MPQ8092
   zreladdr-$(CONFIG_ARCH_MPQ8092)	:= 0x00008000