Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33068
Change subject: soc/rockchip/rk3288: Disable bootblock console ......................................................................
soc/rockchip/rk3288: Disable bootblock console
Bootblock space is tight on this SoC and recent changes increased it ever so slightly to make this a problem.
Since the bootblock is well-tested, we can get by without console.
Change-Id: I7496a3e313b2c6ee6fb3c4671eac64376d84e0dc Signed-off-by: Patrick Georgi pgeorgi@google.com --- M src/soc/rockchip/rk3288/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/33068/1
diff --git a/src/soc/rockchip/rk3288/Kconfig b/src/soc/rockchip/rk3288/Kconfig index 38d8752..f845f07 100644 --- a/src/soc/rockchip/rk3288/Kconfig +++ b/src/soc/rockchip/rk3288/Kconfig @@ -30,6 +30,7 @@ select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_FORCE_NATIVE_VGA_INIT select HAVE_LINEAR_FRAMEBUFFER + select NO_BOOTBLOCK_CONSOLE
if SOC_ROCKCHIP_RK3288