]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
biosemu: Do not free vga_info->BIOSImage when it is 0xc0000
authorBin Meng <bmeng.cn@gmail.com>
Fri, 24 Apr 2015 07:48:05 +0000 (15:48 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:15 +0000 (22:35 +0200)
commit0fb10bebf57d30a0a1eea09da6295c2e01852f22
tree3a531ac5a649707e5928100c6075f74feb8b1826
parent4eaf1d52ae8468c43b47a173a4279c4179c2e264
biosemu: Do not free vga_info->BIOSImage when it is 0xc0000

For x86, vga_info->BIOSImage points to 0xc0000 which cannot be freed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/bios_emulator/atibios.c