diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 790d78596faa..f8daf6029789 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -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.