Hi Vicente,
On 06/02/2018 12:46 AM, Vicente Bergas wrote: > From: Vicente Bergas <[email protected]> > > 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. I just not understand why remove the dependency on python is so important, there already many modules depend on python. The most important is I would like to enable "CONFIG_SPL_OF_PLATDATA" instead of remove it. Yes, it works fine without it, but I believe it works better/faster with it. Thanks, - Kever > > Signed-off-by: Vicente Bergas <[email protected]> > --- > 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

