diff options
Diffstat (limited to 'board/bosch')
-rw-r--r-- | board/bosch/acc/acc.c | 2 | ||||
-rw-r--r-- | board/bosch/shc/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/bosch/acc/acc.c b/board/bosch/acc/acc.c index 4a0603d0f3..62388b345e 100644 --- a/board/bosch/acc/acc.c +++ b/board/bosch/acc/acc.c @@ -559,7 +559,7 @@ int board_mmc_init(struct bd_info *bis) gpio_direction_input(USDHC2_CD_GPIO); /* * According to the board_mmc_init() the following map is done: - * (U-boot device node) (Physical Port) + * (U-Boot device node) (Physical Port) * mmc0 USDHC2 * mmc1 USDHC4 */ diff --git a/board/bosch/shc/README b/board/bosch/shc/README index 2f206e0d55..74704cdc11 100644 --- a/board/bosch/shc/README +++ b/board/bosch/shc/README @@ -68,7 +68,7 @@ Netboot - see also doc/SPL/README.am335x-network - set the jumper into netboot mode -- compile the U-boot sources with: +- compile the U-Boot sources with: make am335x_shc_netboot_defconfig make all - copy the images into your tftp boot directory |