From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 5 Jun 2017 15:33:31 -0600 Subject: [U-Boot] [PATCH 2/6] rockchip: defconfig: puma-rk3399: update defconfig with video-support In-Reply-To: References: <1496247531-1221-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1496247531-1221-2-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Phlilpp, On 1 June 2017 at 20:55, Simon Glass wrote: > On 31 May 2017 at 10:18, Philipp Tomsich > wrote: >> With HDMI output for the RK3399 working, this update the RK3399-Q7 >> (Puma) defconfig for the new functionality: >> 1. enables PMIC command (to check if the HDMI voltages are correct) >> +CONFIG_CMD_PMIC=y >> +CONFIG_CMD_REGULATOR=y >> 2. enables video-output (via HDMI) >> +CONFIG_DM_VIDEO=y >> +CONFIG_DISPLAY=y >> +CONFIG_VIDEO_ROCKCHIP=y >> +CONFIG_DISPLAY_ROCKCHIP_HDMI=y >> 3. turns on the 'dcache'-command (for a dcache flush) for our QA to >> fill the framebuffer using 'mw.l' >> +CONFIG_CMD_CACHE=y >> 4. turns on the 'bmp'-command >> +CONFIG_CMD_BMP=y >> >> Signed-off-by: Philipp Tomsich >> >> --- >> >> Changes in v2: >> - enable CMD_BMP in the puma-rk3399_defconfig (following a rebase to >> the upstream master after CMD_BMP was migrate to Kconfig) >> >> configs/puma-rk3399_defconfig | 8 ++++++++ >> 1 file changed, 8 insertions(+) > > Reviewed-by: Simon Glass Sadly another build error: +drivers/video/rockchip/rk_hdmi.c:150: undefined reference to `rk_setreg' +drivers/video/rockchip/rk_hdmi.c:153: undefined reference to `rk_clrsetreg'