]> git.sur5r.net Git - u-boot/commit
vexpress: fix syntax error in armv7_boot_nonsec_default()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 10 Apr 2018 21:11:53 +0000 (23:11 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 13 Apr 2018 21:06:16 +0000 (17:06 -0400)
commit901b77b9c8e716cd44dc85bf6bf54e4576d14ddd
tree1f8b24342a7493d03f5c0e56939af42b882b3b06
parentd291d8235b9fd5049ffeda461ece44f873189513
vexpress: fix syntax error in armv7_boot_nonsec_default()

With CONFIG_ARMV7_BOOT_SEC_DEFAULT=y a syntax error occurs.
Add the missing semicolon.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
board/armltd/vexpress/vexpress_tc2.c