]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/board.c
TX6 Release 2013-04-22
[karo-tx-uboot.git] / arch / arm / lib / board.c
index 162e2cc86385df0f7489eef0ae2ac00c3be12fc9..4b60a10d2f94065e9ba37d90d0c2436d4524026e 100644 (file)
@@ -138,7 +138,7 @@ static int display_banner(void)
  * has the disadvantage that you either get nothing, or everything.
  * On PowerPC, you might see "DRAM: " before the system hangs - which
  * gives a simple yet clear indication which part of the
- * initialization if failing.
+ * initialization is failing.
  */
 static int display_dram_config(void)
 {
@@ -462,6 +462,7 @@ void board_init_f(ulong bootflag)
        gd->relocaddr = addr;
        gd->start_addr_sp = addr_sp;
        gd->reloc_off = addr - _TEXT_BASE;
+
        debug("relocation Offset is: %08lx\n", gd->reloc_off);
        if (new_fdt) {
                memcpy(new_fdt, gd->fdt_blob, fdt_size);
@@ -534,7 +535,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.