Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchip
[oweals/u-boot.git] / arch / arm / cpu / u-boot.lds
index 834dc99554c90a1cbcc24432bb4c3d69e1b0e9ce..0eb164d2e694d44e03e1313d41ba2a03435c91a6 100644 (file)
@@ -68,11 +68,11 @@ SECTIONS
 #ifdef CONFIG_ARMV7_NONSEC
 
        /* Align the secure section only if we're going to use it in situ */
-       .__secure_start :
+       .__secure_start
 #ifndef CONFIG_ARMV7_SECURE_BASE
                ALIGN(CONSTANT(COMMONPAGESIZE))
 #endif
-       {
+       {
                KEEP(*(.__secure_start))
        }