mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: rockchip: Locate kernel at 0x00608000 if CPU_RV1126
6M reserved when CONFIG_ROCKCHIP_THUNDER_BOOT=y. Change-Id: Idd4bb302667e851f544b087af1ed7391b58d2075 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -152,6 +152,9 @@ textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
|
||||
textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
|
||||
textofs-$(CONFIG_ARCH_MESON) := 0x00208000
|
||||
textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000
|
||||
ifeq ($(CONFIG_ROCKCHIP_THUNDER_BOOT),y)
|
||||
textofs-$(CONFIG_CPU_RV1126) := 0x00608000
|
||||
endif
|
||||
|
||||
# Machine directory name. This list is sorted alphanumerically
|
||||
# by CONFIG_* macro name.
|
||||
|
||||
Reference in New Issue
Block a user