mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Typo fix.
This commit is contained in:
parent
97e7a34397
commit
6958ef4ef5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256942
@ -76,7 +76,7 @@ ixp425_sdram_size(void)
|
|||||||
size = sdram_other[MCU_SDR_CONFIG_MCONF(sdr_config)];
|
size = sdram_other[MCU_SDR_CONFIG_MCONF(sdr_config)];
|
||||||
|
|
||||||
if (size == 0) {
|
if (size == 0) {
|
||||||
printf("** SDR_CONFIG retuns unknown value, using 32M\n");
|
printf("** SDR_CONFIG returns unknown value, using 32M\n");
|
||||||
size = 32 * 1024 * 1024;
|
size = 32 * 1024 * 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user