summaryrefslogtreecommitdiffstats
path: root/include/configs/cobra5272.h
diff options
context:
space:
mode:
authorSelvamuthukumar <selva.muthukumar@e-coninfotech.com>2008-10-08 18:12:20 -0500
committerWolfgang Denk <wd@denx.de>2008-10-14 23:03:03 +0200
commit03e2dbb18e858e2f7a6aaa437f290f3690d02d51 (patch)
tree37a8266525d547ecefb4f366713fb5d761f51403 /include/configs/cobra5272.h
parentb2934a56650e9a6c54432f9ce6dc36757967385e (diff)
downloadtalos-obmc-uboot-03e2dbb18e858e2f7a6aaa437f290f3690d02d51.tar.gz
talos-obmc-uboot-03e2dbb18e858e2f7a6aaa437f290f3690d02d51.zip
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>
Diffstat (limited to 'include/configs/cobra5272.h')
-rw-r--r--include/configs/cobra5272.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/cobra5272.h b/include/configs/cobra5272.h
index 9b729acf8e..ee5116e098 100644
--- a/include/configs/cobra5272.h
+++ b/include/configs/cobra5272.h
@@ -262,8 +262,8 @@ from which user programs will be started */
* ---
*/
-#define CFG_SCR 0x0003;
-#define CFG_SPR 0xffff;
+#define CFG_SCR 0x0003
+#define CFG_SPR 0xffff
/* ---
* Ethernet settings
OpenPOWER on IntegriCloud