mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 11:01:33 +00:00
digsy_mtc.c: Minor spelling/grammar fixes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
3d3a74cc8c
commit
b352548890
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ extern int usb_cpu_init(void);
|
||||||
|
|
||||||
#if defined(CONFIG_DIGSY_REV5)
|
#if defined(CONFIG_DIGSY_REV5)
|
||||||
/*
|
/*
|
||||||
* The M29W128GH needs a specail reset command function,
|
* The M29W128GH needs a special reset command function,
|
||||||
* details see the doc/README.cfi file
|
* details see the doc/README.cfi file
|
||||||
*/
|
*/
|
||||||
void flash_cmd_reset(flash_info_t *info)
|
void flash_cmd_reset(flash_info_t *info)
|
||||||
|
@ -76,7 +76,7 @@ static void sdram_start(int hi_addr)
|
||||||
/*
|
/*
|
||||||
* ATTENTION: Although partially referenced initdram does NOT make real use
|
* ATTENTION: Although partially referenced initdram does NOT make real use
|
||||||
* use of CONFIG_SYS_SDRAM_BASE. The code does not work if
|
* use of CONFIG_SYS_SDRAM_BASE. The code does not work if
|
||||||
* CONFIG_SYS_SDRAM_BASE is something else than 0x00000000.
|
* CONFIG_SYS_SDRAM_BASE is something other than 0x00000000.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
phys_size_t initdram(int board_type)
|
phys_size_t initdram(int board_type)
|
||||||
|
|
Loading…
Add table
Reference in a new issue