diff options
| author | Jacob Chen <[email protected]> | 2017-02-15 11:06:00 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-03-16 16:03:45 -0600 |
| commit | 6da8fb2f32d6660071ecf6b8ca636e857db89517 (patch) | |
| tree | fa30051f075de85860a1d4cdb7713b38d7a90adb | |
| parent | df9041ec727d7e9ecc1a2b33f93f7e41d3aa6f1b (diff) | |
rockchip: firefly: configs: remove config_spl_of_platdata
We should remove config_spl_of_platdata to build u-boot-spl-dtb.bin rather than u-boot-spl-nodtb.bin
since we use spl_back_to_brom.
I miss it because i forget to clean build-dir..
Signed-off-by: Jacob Chen <[email protected]>
Acked-by: Simon Glass <[email protected]>
| -rw-r--r-- | configs/firefly-rk3288_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index 00bfca032a3..1c90c3b0356 100644 --- a/configs/firefly-rk3288_defconfig +++ b/configs/firefly-rk3288_defconfig @@ -28,7 +28,6 @@ CONFIG_CMD_REGULATOR=y CONFIG_SPL_PARTITION_UUIDS=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_NET_RANDOM_ETHADDR=y CONFIG_REGMAP=y CONFIG_SPL_REGMAP=y |
