]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove unwanted ';' at end of define.
authorSelvamuthukumar <selva.muthukumar@e-coninfotech.com>
Wed, 8 Oct 2008 23:12:20 +0000 (18:12 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 14 Oct 2008 21:03:03 +0000 (23:03 +0200)
commit03e2dbb18e858e2f7a6aaa437f290f3690d02d51
tree37a8266525d547ecefb4f366713fb5d761f51403
parentb2934a56650e9a6c54432f9ce6dc36757967385e
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>
include/configs/EB+MCF-EV123.h
include/configs/M5272C3.h
include/configs/M5282EVB.h
include/configs/MPC8313ERDB.h
include/configs/MPC837XERDB.h
include/configs/cobra5272.h
include/configs/spc1920.h