[U-Boot] [PATCH 3/4] rockchip: rk3399: disable CONFIG_SPL_OF_PLATDATA

Vicente Bergas vicencb at gmail.com
Fri Jun 1 16:46:05 UTC 2018


From: Vicente Bergas <vicencb at gmail.com>

It has been tested with this option disabled and it works fine.
The benefit of doing so is that this is the last dependency on python to
build U-Boot for the Sapphire board.

Signed-off-by: Vicente Bergas <vicencb at gmail.com>
---
 configs/evb-rk3399_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig
index 69a4cc2239..3f87722866 100644
--- a/configs/evb-rk3399_defconfig
+++ b/configs/evb-rk3399_defconfig
@@ -27,7 +27,6 @@ CONFIG_CMD_USB=y
 CONFIG_CMD_TIME=y
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
-CONFIG_SPL_OF_PLATDATA=y
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_REGMAP=y
-- 
2.17.1



More information about the U-Boot mailing list