diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-27 18:10:01 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-27 18:10:01 +0200 |
commit | 16850919ff8666f20d047cb83b4ee77581336515 (patch) | |
tree | 7101d27231e24b9b1173fc76b1353beb0a5ffd50 /cpu/i386/sc520.c | |
parent | 3b0ff842bf70baf1f370c8e76e8f33a0f9904c1b (diff) | |
download | u-boot-imx-16850919ff8666f20d047cb83b4ee77581336515.zip u-boot-imx-16850919ff8666f20d047cb83b4ee77581336515.tar.gz u-boot-imx-16850919ff8666f20d047cb83b4ee77581336515.tar.bz2 |
Code cleanup
Diffstat (limited to 'cpu/i386/sc520.c')
-rw-r--r-- | cpu/i386/sc520.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/i386/sc520.c b/cpu/i386/sc520.c index 1c4370b..d0a7341 100644 --- a/cpu/i386/sc520.c +++ b/cpu/i386/sc520.c @@ -149,7 +149,7 @@ unsigned long init_sc520_dram(void) /* these memory control registers are set up in the assember part, * in sc520_asm.S, during 'mem_init'. If we muck with them here, * after we are running a stack in RAM, we have troubles. Besides, - * these refresh and delay values are better ? simply specified + * these refresh and delay values are better ? simply specified * outright in the include/configs/{cfg} file since the HW designer * simply dictates it. */ |