arm: makefile: change text_offset to 0x108000 [1/1]
authorHanjie Lin <hanjie.lin@amlogic.com>
Thu, 13 Dec 2018 07:28:45 +0000 (15:28 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 24 May 2019 06:26:49 +0000 (23:26 -0700)
commitadd0c0c6506b02e8a23597264564617a49fda644
tree89e7ec7f776c49f2f63af7430ce1155477822c94
parent26b7808ff4402a7a6e610ed2589e2e5a78ff01f6
arm: makefile: change text_offset to 0x108000 [1/1]

PD#SWPL-1505
PD#SWPL-8867

Problem:
Amlogic arm kernel text_offset is 0x208000,
ko start address to kernel text end address arrange is too big(>32M)
it can cause insmod ko failed.

Solution:
modify text_offset to 0x108000
first 0x100000 is invisibe to kernel.

Verify:
u200

Change-Id: I9684b108b57a15b03e4279146c1dc57667aa5d12
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
arch/arm/Makefile
arch/arm/mach-meson/Makefile.boot