mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +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:
@@ -159,6 +159,9 @@ textofs-$(CONFIG_ARCH_MESON) := 0x00208000
|
||||
textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000
|
||||
textofs-$(CONFIG_CPU_RK3308) := 0x00058000
|
||||
textofs-$(CONFIG_CPU_PX30) := 0x00208000
|
||||
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