69ea2b0fefe6f7957420277bfb880277ca0fd21a
[openwrt/staging/dedeckeh.git] / package / boot / uboot-mediatek / patches / 000-mtk-19-configs-mt7629-remove-unused-options-and-add-dm-comm.patch
1 From 632f09f140610cf45da1dba25c66e9ca79a70a15 Mon Sep 17 00:00:00 2001
2 From: Weijie Gao <weijie.gao@mediatek.com>
3 Date: Wed, 3 Mar 2021 12:12:39 +0800
4 Subject: [PATCH 09/12] configs: mt7629: remove unused options and add dm
5 command
6
7 Remove unused bootm options
8 Add dm command
9
10 Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
11 ---
12 configs/mt7629_rfb_defconfig | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 --- a/configs/mt7629_rfb_defconfig
16 +++ b/configs/mt7629_rfb_defconfig
17 @@ -29,9 +29,14 @@ CONFIG_SPL_WATCHDOG=y
18 CONFIG_HUSH_PARSER=y
19 CONFIG_SYS_PROMPT="U-Boot> "
20 CONFIG_CMD_BOOTMENU=y
21 +# CONFIG_BOOTM_NETBSD is not set
22 +# CONFIG_BOOTM_PLAN9 is not set
23 +# CONFIG_BOOTM_RTEMS is not set
24 +# CONFIG_BOOTM_VXWORKS is not set
25 # CONFIG_CMD_ELF is not set
26 # CONFIG_CMD_XIMG is not set
27 CONFIG_CMD_BIND=y
28 +CONFIG_CMD_DM=y
29 # CONFIG_CMD_FLASH is not set
30 CONFIG_CMD_GPIO=y
31 CONFIG_CMD_SF_TEST=y