]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/config.mk
rockchip: Use the debug UART on rk3036
[u-boot] / arch / arm / config.mk
index c005ce490512492629670162ac4027367e9358fb..0550225581f40f858cca4e88e7a6ad7cdcbc842e 100644 (file)
@@ -112,7 +112,8 @@ endif
 ifdef CONFIG_ARM64
 OBJCOPYFLAGS += -j .text -j .rodata -j .data -j .u_boot_list -j .rela.dyn
 else
-OBJCOPYFLAGS += -j .text -j .secure_text -j .rodata -j .hash -j .data -j .got.plt -j .u_boot_list -j .rel.dyn
+OBJCOPYFLAGS += -j .text -j .secure_text -j .rodata -j .hash -j .data -j \
+       .got -j .got.plt -j .u_boot_list -j .rel.dyn
 endif
 
 ifdef CONFIG_OF_EMBED