X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2Flib%2Fboard.c;h=3c0ba079d3d864c517040023e83eebf07ff170bb;hb=8f02caac64980faa73b2bf00462b400c86257d04;hp=f6062557e6677fe0636520f9d7f76a9eedfc8d50;hpb=5aa7bece1045c28806ce919099616ebe8fa63325;p=karo-tx-uboot.git diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index f6062557e6..3c0ba079d3 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -509,7 +509,7 @@ void board_init_r(gd_t *id, ulong dest_addr) debug("monitor flash len: %08lX\n", monitor_flash_len); board_init(); /* Setup chipselects */ /* - * TODO: printing of the clock inforamtion of the board is now + * TODO: printing of the clock information of the board is now * implemented as part of bdinfo command. Currently only support for * davinci SOC's is added. Remove this check once all the board * implement this.