mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Fix typos
This commit is contained in:

committed by
Henrik Nordstrom

parent
645e90151a
commit
fd8352d909
@ -55,7 +55,7 @@ u32 spl_boot_device(void)
|
||||
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)
|
||||
{
|
||||
return MMCSD_MODE_RAW;
|
||||
|
@ -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.
|
||||
|
||||
More information about A10 boot, please refer to
|
||||
|
Reference in New Issue
Block a user