Commit 6da8fb2f32d6660071ecf6b8ca636e857db89517

Authored by Jacob Chen
Committed by Simon Glass
1 parent df9041ec72

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 <jacob-chen@iotwrt.com>
Acked-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

configs/firefly-rk3288_defconfig
... ... @@ -28,7 +28,6 @@
28 28 CONFIG_SPL_PARTITION_UUIDS=y
29 29 CONFIG_SPL_OF_CONTROL=y
30 30 CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
31   -CONFIG_SPL_OF_PLATDATA=y
32 31 CONFIG_NET_RANDOM_ETHADDR=y
33 32 CONFIG_REGMAP=y
34 33 CONFIG_SPL_REGMAP=y