[U-Boot] [PATCH] microblaze: Fix endif macro command

Michal Simek michal.simek at xilinx.com
Mon Feb 6 10:25:12 UTC 2017


Use correct name in endif comment.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 arch/microblaze/cpu/start.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S
index e9923b65ef32..79dc0cfc2769 100644
--- a/arch/microblaze/cpu/start.S
+++ b/arch/microblaze/cpu/start.S
@@ -129,7 +129,7 @@ _start:
 	sh	r7, r0, r8
 	rsubi	r8, r10, 0x26
 	sh	r6, r0, r8
-#endif /* BUILD_SPL */
+#endif /* CONFIG_SPL_BUILD */
 
 	/* Flush cache before enable cache */
 	addik	r5, r0, 0
-- 
1.9.1



More information about the U-Boot mailing list