Commit 27ce391e80f24a67fbe55e41e58fc5c70478e1ef

Authored by Eric Lee
1 parent 8cba80ff08

minor fixes

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

board/embedian/smarcimx8mq/ddr/ddr_init.c
... ... @@ -109,7 +109,7 @@
109 109 #endif
110 110 #elif CONFIG_4GB_LPDDR4
111 111 reg32_write(0x3d400200,0x17);
112   - #elif
  112 + #else
113 113 #error unsupported memory size
114 114 #endif
115 115 reg32_write(0x3d40020c,0x0);
... ... @@ -124,7 +124,7 @@
124 124 #endif
125 125 #elif CONFIG_4GB_LPDDR4
126 126 reg32_write(0x3d400218,0x7070707);
127   - #elif
  127 + #else
128 128 #error unsupported memory size
129 129 #endif
130 130 reg32_write(0x3d402020,0x1);