ARM: rockchip: Locate kernel add 0x00058000 if CPU_RK3308
128+64KB at the beginning of RAM reserved for ATF. 128KB for pstore. Change-Id: I1306daec44c65258ff6668f6760be4981d7ca932 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
parent
4c9a6fd166
commit
072e3c5533
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
|
|||
textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
|
||||
textofs-$(CONFIG_ARCH_MESON) := 0x00208000
|
||||
textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000
|
||||
textofs-$(CONFIG_CPU_RK3308) := 0x00058000
|
||||
|
||||
# Machine directory name. This list is sorted alphanumerically
|
||||
# by CONFIG_* macro name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue