diff options
author | Tom Rini <trini@konsulko.com> | 2016-02-08 09:48:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-08 09:48:04 -0500 |
commit | 57dc53a72460e8e301fa1cc7951b41db8e731485 (patch) | |
tree | 856a679e994fdc529a97763e851ed2e546ba3742 /board/wandboard | |
parent | 7b6dc11c1aa69e5cc22d1659f50594edcfab5a9e (diff) | |
parent | 2300184f702656b72394e458bf15f7aaba8af892 (diff) | |
download | u-boot-imx-57dc53a72460e8e301fa1cc7951b41db8e731485.zip u-boot-imx-57dc53a72460e8e301fa1cc7951b41db8e731485.tar.gz u-boot-imx-57dc53a72460e8e301fa1cc7951b41db8e731485.tar.bz2 |
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'board/wandboard')
-rw-r--r-- | board/wandboard/README | 6 | ||||
-rw-r--r-- | board/wandboard/wandboard.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/board/wandboard/README b/board/wandboard/README index c6c0132..6345416 100644 --- a/board/wandboard/README +++ b/board/wandboard/README @@ -9,7 +9,7 @@ SoCs: mx6 quad, mx6 dual lite and mx6 solo. For more details about Wandboard, please refer to: http://www.wandboard.org/ -Building U-boot for Wandboard +Building U-Boot for Wandboard ----------------------------- To build U-Boot for the Wandboard: @@ -17,7 +17,7 @@ To build U-Boot for the Wandboard: $ make wandboard_config $ make -Flashing U-boot into the SD card +Flashing U-Boot into the SD card -------------------------------- - After the 'make' command completes, the generated 'SPL' binary must be @@ -36,4 +36,4 @@ as the mx6 processor) - Connect the serial cable to the host PC -- Power up the board and U-boot messages will appear in the serial console. +- Power up the board and U-Boot messages will appear in the serial console. diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index ac001ed..4ce74cd 100644 --- a/board/wandboard/wandboard.c +++ b/board/wandboard/wandboard.c @@ -155,7 +155,7 @@ int board_mmc_init(bd_t *bis) /* * Following map is done: - * (U-boot device node) (Physical Port) + * (U-Boot device node) (Physical Port) * mmc0 SOM MicroSD * mmc1 Carrier board MicroSD */ |