Skip to content
Snippets Groups Projects
Commit 3e9cbbbb authored by Eric Nelson's avatar Eric Nelson Committed by Stefano Babic
Browse files

imx-common: remove extraneous semicolon from macro

parent 782478c1
No related branches found
No related tags found
No related merge requests found
...@@ -51,9 +51,9 @@ char *get_reset_cause(void) ...@@ -51,9 +51,9 @@ char *get_reset_cause(void)
#if defined(CONFIG_MX53) || defined(CONFIG_MX6) #if defined(CONFIG_MX53) || defined(CONFIG_MX6)
#if defined(CONFIG_MX53) #if defined(CONFIG_MX53)
#define MEMCTL_BASE ESDCTL_BASE_ADDR; #define MEMCTL_BASE ESDCTL_BASE_ADDR
#else #else
#define MEMCTL_BASE MMDC_P0_BASE_ADDR; #define MEMCTL_BASE MMDC_P0_BASE_ADDR
#endif #endif
static const unsigned char col_lookup[] = {9, 10, 11, 8, 12, 9, 9, 9}; static const unsigned char col_lookup[] = {9, 10, 11, 8, 12, 9, 9, 9};
static const unsigned char bank_lookup[] = {3, 2}; static const unsigned char bank_lookup[] = {3, 2};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment