]> git.ipfire.org Git - people/ms/u-boot.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)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:49 +0000 (18:51 -0600)
commit6e7b5f22ebfd6273dcf3d9860f33590aa3fe4219
tree78df113b54ef694cde949a12d684e5e7c8a73f0c
parent81d0b354b04b7d3012f2388af3107bee14d3bf86
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