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 wrote: > On 24 April 2015 at 06:40, Simon Glass wrote: >> On 24 April 2015 at 01:48, Bin Meng wrote: >>> For x86, vga_info->BIOSImage points to 0xc which cannot be freed. >>> >>> Signed-off-by: Bin Meng >>> --- >>> >>> drivers/bios_emulator/atibios.c

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 wrote: > On 24 April 2015 at 01:48, Bin Meng wrote: >> For x86, vga_info->BIOSImage points to 0xc which cannot be freed. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/bios_emulator/atibios.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(

[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 --- 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 7ea5fa6..dec6230 100644

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 wrote: > For x86, vga_info->BIOSImage points to 0xc which cannot be freed. > > Signed-off-by: Bin Meng > --- > > drivers/bios_emulator/atibios.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Simon Glass _