Skip to content
Snippets Groups Projects
Commit 03e2dbb1 authored by Selvamuthukumar's avatar Selvamuthukumar Committed by Wolfgang Denk
Browse files

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: default avatarSelvamuthukumar <selva.muthukumar@e-coninfotech.com>

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

Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
parent b2934a56
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment