New patch to review for coreboot: b2718de Enable CONFIG_GFXUMA for roda/rk886ex
Nico Huber (nico.huber@secunet.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1086 -gerrit commit b2718de7d2812aa391e6c845ef344ed8a35b8f3a Author: Nico Huber <nico.huber@secunet.com> Date: Wed May 30 14:50:53 2012 +0200 Enable CONFIG_GFXUMA for roda/rk886ex Without GFXUMA beeing set, MTRR initialization runs out of variable MTRRs. Change-Id: I5d1aa0d5fa2d72f17a0d88cae3fad880b489828c Signed-off-by: Nico Huber <nico.huber@secunet.com> --- src/mainboard/roda/rk886ex/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mainboard/roda/rk886ex/Kconfig b/src/mainboard/roda/rk886ex/Kconfig index 929e5e6..ee1dc59 100644 --- a/src/mainboard/roda/rk886ex/Kconfig +++ b/src/mainboard/roda/rk886ex/Kconfig @@ -22,6 +22,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_ACPI_RESUME select BOARD_ROMSIZE_KB_1024 select CHANNEL_XOR_RANDOMIZATION + select GFXUMA config MAINBOARD_DIR string
participants (1)
-
Nico Huber