Fix typos

This commit is contained in:
Carl van Schaik
2013-08-14 21:05:28 +10:00
committed by Henrik Nordstrom
parent 645e90151a
commit fd8352d909
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ u32 spl_boot_device(void)
return BOOT_DEVICE_MMC1; return BOOT_DEVICE_MMC1;
} }
/* No confiration data available in SPL yet. Hardcode bootmode */ /* No confirmation data available in SPL yet. Hardcode bootmode */
u32 spl_boot_mode(void) u32 spl_boot_mode(void)
{ {
return MMCSD_MODE_RAW; return MMCSD_MODE_RAW;

View File

@ -1,4 +1,4 @@
This program make a arm binary file can be loaded by Allwinner A10 and releated This program make a arm binary file can be loaded by Allwinner A10 and related
chips from storage media such as nand and mmc. chips from storage media such as nand and mmc.
More information about A10 boot, please refer to More information about A10 boot, please refer to