rk3288: Add a config variable hack to skip display init

Hardware / Coreboot - David Hendricks [chromium.org] - 17 April 2015 02:20 UTC

The current display init code causes Brain to crash when trying to allocate resources. This just avoids doing display init if a config variable is set. Once code has been implemented to properly setup different types of displays we can get rid of this hack.

BUG=none BRANCH=none TEST=built and booted (to depthcharge) on Brain, compiled for pinky with FEATURES=noclean and ensured config variable is 0

Change-Id: I9a7266c6bff5b7a6eb05b2b21fb65797bee392d6

1c78009 rk3288: Add a config variable hack to skip display init
src/mainboard/google/veyron_brain/Kconfig | 8 ++++++++
src/mainboard/google/veyron_brain/mainboard.c | 6 ------
src/soc/rockchip/rk3288/soc.c | 2 ++
3 files changed, 10 insertions(+), 6 deletions(-)

Upstream: review.coreboot.org


  • Share