[U-Boot] U-boot Minnowmax image overlaps with region './board/intel/minnowmax/vga.bin'

Bin Meng bmeng.cn at gmail.com
Tue Jun 14 04:05:48 CEST 2016


On Mon, Jun 13, 2016 at 8:04 PM, vinoth eswaran <evinoth1206 at gmail.com> wrote:
> Hello U-Boot developers,
>
>     In Minnowmax board, I am trying to enable the debug messages of
> u-boot. When I try to enable the debug messages either through adding
> -DDEBUG flag in config.mk or by adding #define DEBUG in
> include/common.h file , I am getting the following error messages.
>
> U-Boot image overlaps with region './board/intel/minnowmax/vga.bin'
> U-Boot finishes at offset 798820, file starts at 790000
> make: *** [u-boot.rom] Error 1
>
> Any help on this is very much apreciated.

Please adjust CONFIG_VGA_BIOS_ADDR so that they don't overlap.

Regards,
Bin


More information about the U-Boot mailing list