Skip to content
Snippets Groups Projects
Commit 49bb5991 authored by Dave Liu's avatar Dave Liu Committed by Wolfgang Denk
Browse files

mpc83xx: Suppress the warning 'burstlen'


suppress the warning 'burstlen' of spd_sdram.

Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
parent f2c459ce
No related branches found
No related tags found
No related merge requests found
......@@ -576,7 +576,7 @@ long int spd_sdram()
if (spd.dataw_lsb == 0x20) {
if (spd.mem_type == SPD_MEMTYPE_DDR)
burstlen = 0x03; /* 32 bit data bus, burst len is 8 */
if (spd.mem_type == SPD_MEMTYPE_DDR2)
else
burstlen = 0x02; /* 32 bit data bus, burst len is 4 */
printf("\n DDR DIMM: data bus width is 32 bit");
} else {
......
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