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

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

msm: fsm9900: Relocate kernel to 0x0b600000



Move the physical base address of Linux from 0x11400000 to
0x0b600000 based on the recent memory map change.

Change-Id: I69a4255952b0b7e0d8bccf34d83b8bbb2c9fa9e3
Acked-by: default avatarKaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent e30c480b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ config PHYS_OFFSET
	default "0x00000000" if ARCH_MSM8226
	default "0x00000000" if ARCH_MSM8610
	default "0x00000000" if ARCH_MSMSAMARIUM
	default "0x11400000" if ARCH_FSM9900
	default "0x0b600000" if ARCH_FSM9900
	default "0x00000000" if ARCH_MDM9630
	default "0x80000000" if ARCH_MSMZIRC
	default "0x00200000" if !MSM_STACKED_MEMORY
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
   zreladdr-$(CONFIG_ARCH_MSM8226)	:= 0x00008000

# FSM9900
   zreladdr-$(CONFIG_ARCH_FSM9900)	:= 0x11408000
   zreladdr-$(CONFIG_ARCH_FSM9900)	:= 0x0b608000

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