summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mx1ads/src/up_boot.c')
-rw-r--r--nuttx/configs/mx1ads/src/up_boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mx1ads/src/up_boot.c b/nuttx/configs/mx1ads/src/up_boot.c
index 6d7576d0c..82991c1fe 100644
--- a/nuttx/configs/mx1ads/src/up_boot.c
+++ b/nuttx/configs/mx1ads/src/up_boot.c
@@ -101,7 +101,7 @@ void imx_boardinitialize(void)
imxgpio_configprimary(GPIOA, 21);
imxgpio_configprimary(GPIOA, 22);
- regval = getreg32(IMX_CS4_VSECTION + 0x0c);
- regval = getreg32(IMX_CS4_VSECTION + 0x0c);
+ (void)getreg32(IMX_CS4_VSECTION + 0x0c);
+ (void)getreg32(IMX_CS4_VSECTION + 0x0c);
#endif
}