]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx-common: remove extraneous semicolon from macro
authorEric Nelson <eric.nelson@boundarydevices.com>
Fri, 8 Nov 2013 23:50:53 +0000 (16:50 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 27 Nov 2013 08:39:21 +0000 (09:39 +0100)
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
arch/arm/imx-common/cpu.c

index 0cd2538b21818de2cb625c0579cf2feed048a8bc..92316494099558f3b5649d47beba3a21946d3194 100644 (file)
@@ -51,9 +51,9 @@ char *get_reset_cause(void)
 
 #if defined(CONFIG_MX53) || defined(CONFIG_MX6)
 #if defined(CONFIG_MX53)
-#define MEMCTL_BASE    ESDCTL_BASE_ADDR;
+#define MEMCTL_BASE    ESDCTL_BASE_ADDR
 #else
-#define MEMCTL_BASE    MMDC_P0_BASE_ADDR;
+#define MEMCTL_BASE    MMDC_P0_BASE_ADDR
 #endif
 static const unsigned char col_lookup[] = {9, 10, 11, 8, 12, 9, 9, 9};
 static const unsigned char bank_lookup[] = {3, 2};