From 02b9f36968d6b837ce35a2e0a039076de2e51608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCllner?= Date: Fri, 26 Apr 2019 00:44:44 +0200 Subject: Revert "rockchip: rk3399-puma: enable SPL_ATF_NO_PLATFORM_PARAM" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c869d63f2785ccde22582f96cf40cb8809f838ba. Mainline ATF already supports fdt-parsing, which allows us to pass rk3399-puma specific data to setup things like the correct UART. Therefore we can re-enable platform paramters again. Signed-off-by: Christoph Müllner --- configs/puma-rk3399_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index 2d3a39555e..f1fe2706ad 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -32,7 +32,6 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_SPI_LOAD=y CONFIG_SPL_ATF=y -CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y -- cgit v1.2.3