]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/lib/board.c
Introduce generic link section.h symbol files
[karo-tx-uboot.git] / arch / avr32 / lib / board.c
index e828e423262545dadae1d3a77f5c046499ffd4d3..5a3f752213b79469a7198d6f012ab2ee2f78e74a 100644 (file)
@@ -188,7 +188,7 @@ void board_init_f(ulong board_type)
         *  - stack
         */
        addr = CONFIG_SYS_SDRAM_BASE + sdram_size;
-       monitor_len = __bss_end - _text;
+       monitor_len = (char *)__bss_end - _text;
 
        /*
         * Reserve memory for u-boot code, data and bss.