Re: [U-Boot] [PATCH 3/3] biosemu: Do not free vga_info-BIOSImage when it is 0xc0000

2015-04-25 Thread Simon Glass
On 24 April 2015 at 21:54, Simon Glass s...@chromium.org wrote: On 24 April 2015 at 06:40, Simon Glass s...@chromium.org wrote: On 24 April 2015 at 01:48, Bin Meng bmeng...@gmail.com wrote: For x86, vga_info-BIOSImage points to 0xc which cannot be freed. Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 3/3] biosemu: Do not free vga_info-BIOSImage when it is 0xc0000

2015-04-24 Thread Simon Glass
On 24 April 2015 at 01:48, Bin Meng bmeng...@gmail.com wrote: For x86, vga_info-BIOSImage points to 0xc which cannot be freed. Signed-off-by: Bin Meng bmeng...@gmail.com --- drivers/bios_emulator/atibios.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Simon Glass

Re: [U-Boot] [PATCH 3/3] biosemu: Do not free vga_info-BIOSImage when it is 0xc0000

2015-04-24 Thread Simon Glass
On 24 April 2015 at 06:40, Simon Glass s...@chromium.org wrote: On 24 April 2015 at 01:48, Bin Meng bmeng...@gmail.com wrote: For x86, vga_info-BIOSImage points to 0xc which cannot be freed. Signed-off-by: Bin Meng bmeng...@gmail.com --- drivers/bios_emulator/atibios.c | 3 ++- 1 file

[U-Boot] [PATCH 3/3] biosemu: Do not free vga_info-BIOSImage when it is 0xc0000

2015-04-24 Thread Bin Meng
For x86, vga_info-BIOSImage points to 0xc which cannot be freed. Signed-off-by: Bin Meng bmeng...@gmail.com --- drivers/bios_emulator/atibios.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/bios_emulator/atibios.c b/drivers/bios_emulator/atibios.c index