aboutsummaryrefslogtreecommitdiff
path: root/configs/mt7629_rfb_defconfig
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2018-12-20 16:12:59 +0800
committerTom Rini <trini@konsulko.com>2019-01-14 17:43:18 -0500
commitb5d29e439053ea42ccae84104f90440612274ee9 (patch)
tree6e06620cbb34a079be5808723662590363f9a438 /configs/mt7629_rfb_defconfig
parentd049ff9ca5e1f7891e68eb89d495f16fa7d8948a (diff)
downloadu-boot-b5d29e439053ea42ccae84104f90440612274ee9.zip
u-boot-b5d29e439053ea42ccae84104f90440612274ee9.tar.gz
u-boot-b5d29e439053ea42ccae84104f90440612274ee9.tar.bz2
configs: MediaTek: use OF_SEPARATE instead of OF_EMBED
This patch replace OF_EMBED with OF_SEPARATE of defconfig files of MediaTek boards because now OF_EMBED is only used for debugging purpose. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/mt7629_rfb_defconfig')
-rw-r--r--configs/mt7629_rfb_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt7629_rfb_defconfig b/configs/mt7629_rfb_defconfig
index fdd5f57..1da9932 100644
--- a/configs/mt7629_rfb_defconfig
+++ b/configs/mt7629_rfb_defconfig
@@ -29,7 +29,7 @@ CONFIG_CMD_SF_TEST=y
# CONFIG_CMD_NFS is not set
CONFIG_CMD_PING=y
# CONFIG_PARTITIONS is not set
-CONFIG_OF_EMBED=y
+CONFIG_OF_SEPARATE=y
CONFIG_DEFAULT_DEVICE_TREE="mt7629-rfb"
CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-parents"
CONFIG_NET_RANDOM_ETHADDR=y