summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC837XERDB.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/MPC837XERDB.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/MPC837XERDB.h')
-rw-r--r--include/configs/MPC837XERDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index f818b0fdb0..4650b8d9b4 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -207,7 +207,7 @@
#define CFG_DDR_MODE ((0x0440 << SDRAM_MODE_ESD_SHIFT) \
| (0x0442 << SDRAM_MODE_SD_SHIFT))
/* 0x04400442 */ /* DDR400 */
-#define CFG_DDR_MODE2 0x00000000;
+#define CFG_DDR_MODE2 0x00000000
/*
* Memory test
OpenPOWER on IntegriCloud