All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] x86: bayleybay: Adjust VGA rom address
@ 2017-08-20 11:32 Bin Meng
  2017-08-24  3:18 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Bin Meng @ 2017-08-20 11:32 UTC (permalink / raw)
  To: u-boot

Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image can be
built again.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 configs/bayleybay_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig
index b17113f..f85ff94 100644
--- a/configs/bayleybay_defconfig
+++ b/configs/bayleybay_defconfig
@@ -5,7 +5,7 @@ CONFIG_TARGET_BAYLEYBAY=y
 CONFIG_INTERNAL_UART=y
 CONFIG_SMP=y
 CONFIG_HAVE_VGA_BIOS=y
-CONFIG_VGA_BIOS_ADDR=0xfffa0000
+CONFIG_VGA_BIOS_ADDR=0xfffb0000
 CONFIG_GENERATE_PIRQ_TABLE=y
 CONFIG_GENERATE_MP_TABLE=y
 CONFIG_GENERATE_ACPI_TABLE=y
-- 
2.9.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] x86: bayleybay: Adjust VGA rom address
  2017-08-20 11:32 [U-Boot] [PATCH] x86: bayleybay: Adjust VGA rom address Bin Meng
@ 2017-08-24  3:18 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2017-08-24  3:18 UTC (permalink / raw)
  To: u-boot

On Sun, Aug 20, 2017 at 7:32 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> Adjust VGA rom address to 0xfffb0000 so that u-boot.rom image can be
> built again.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  configs/bayleybay_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-24  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20 11:32 [U-Boot] [PATCH] x86: bayleybay: Adjust VGA rom address Bin Meng
2017-08-24  3:18 ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.