000-mtk-19-configs-mt7629-remove-unused-options-and-add-dm-comm.patch 896 B

12345678910111213141516171819202122232425262728293031
  1. From 632f09f140610cf45da1dba25c66e9ca79a70a15 Mon Sep 17 00:00:00 2001
  2. From: Weijie Gao <[email protected]>
  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. Remove unused bootm options
  7. Add dm command
  8. Signed-off-by: Weijie Gao <[email protected]>
  9. ---
  10. configs/mt7629_rfb_defconfig | 5 +++++
  11. 1 file changed, 5 insertions(+)
  12. --- a/configs/mt7629_rfb_defconfig
  13. +++ b/configs/mt7629_rfb_defconfig
  14. @@ -28,9 +28,14 @@ CONFIG_SPL_WATCHDOG=y
  15. CONFIG_HUSH_PARSER=y
  16. CONFIG_SYS_PROMPT="U-Boot> "
  17. CONFIG_CMD_BOOTMENU=y
  18. +# CONFIG_BOOTM_NETBSD is not set
  19. +# CONFIG_BOOTM_PLAN9 is not set
  20. +# CONFIG_BOOTM_RTEMS is not set
  21. +# CONFIG_BOOTM_VXWORKS is not set
  22. # CONFIG_CMD_ELF is not set
  23. # CONFIG_CMD_XIMG is not set
  24. CONFIG_CMD_BIND=y
  25. +CONFIG_CMD_DM=y
  26. # CONFIG_CMD_FLASH is not set
  27. CONFIG_CMD_GPIO=y
  28. CONFIG_CMD_SF_TEST=y