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>
lime2-spi
Heinrich Schuchardt 6 years ago committed by Tom Rini
parent d291d8235b
commit 901b77b9c8
  1. 2
      board/armltd/vexpress/vexpress_tc2.c

@ -18,7 +18,7 @@
bool armv7_boot_nonsec_default(void)
{
#ifdef CONFIG_ARMV7_BOOT_SEC_DEFAULT
return false
return false;
#else
/*
* The Serial Configuration Controller (SCC) register at address 0x700

Loading…
Cancel
Save