diff options
Diffstat (limited to 'board/hymod/bsp.c')
| -rw-r--r-- | board/hymod/bsp.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/hymod/bsp.c b/board/hymod/bsp.c index 092d36844..262070fdf 100644 --- a/board/hymod/bsp.c +++ b/board/hymod/bsp.c @@ -297,7 +297,7 @@ U_BOOT_CMD(  	"fpga info\n"  	"  - print information about the Hymod FPGA, namely the\n"  	"    memory addresses at which the four FPGA local bus\n" -	"    address spaces appear in the physical address space\n" +	"    address spaces appear in the physical address space"  );  /* ------------------------------------------------------------------------- */  int @@ -340,7 +340,7 @@ U_BOOT_CMD(  	"[type]\n"  	"  - write zeroes into the EEPROM on the board of type `type'\n"  	"    (`type' is either `main' or `mezz' - default `main')\n" -	"    Note: the EEPROM write enable jumper must be installed\n" +	"    Note: the EEPROM write enable jumper must be installed"  );  /* ------------------------------------------------------------------------- */ |