Remove unwanted ';' at end of define.

Currently this is not creating any problem. But it will result
in compilation error when used as below.

printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);

Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>

continuation of the theme based on git grep "^#define CFG_.*;$" include/

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
diff --git a/include/configs/cobra5272.h b/include/configs/cobra5272.h
index 9b729ac..ee5116e 100644
--- a/include/configs/cobra5272.h
+++ b/include/configs/cobra5272.h
@@ -262,8 +262,8 @@
  * ---
  */
 
-#define CFG_SCR			0x0003;
-#define CFG_SPR			0xffff;
+#define CFG_SCR			0x0003
+#define CFG_SPR			0xffff
 
 /* ---
  * Ethernet settings