From: Philipp Tomsich Date: Wed, 7 Jun 2017 16:13:42 +0000 (+0200) Subject: rockchip: defconfig: puma-rk3399: enable SPL_BOARD_INIT X-Git-Tag: v2017.07-rc2~80^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dcd53d0d7c229604bade9a2f9f75e1a1d4723d1;p=platform%2Fkernel%2Fu-boot.git rockchip: defconfig: puma-rk3399: enable SPL_BOARD_INIT For the RK3399-Q7, we need spl_board_init to be called during SPL startup to set up the pinmux for the debug UART. Enable SPL_BOARD_INIT via defconfig to ensure this function is in fact called. Signed-off-by: Philipp Tomsich --- diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index af528fb..89f1620 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -14,6 +14,7 @@ CONFIG_FIT=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_FIT_SOURCE="board/theobroma-systems/puma_rk3399/fit_spl_atf.its" # CONFIG_DISPLAY_CPUINFO is not set +CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_STACK_R=y