Merge "board: arm: devsoc: Add ubi command support"

This commit is contained in:
Linux Build Service Account 2022-05-06 06:39:22 -07:00 committed by Gerrit - the friendly Code Review server
commit a0402c28dd
2 changed files with 13 additions and 0 deletions

View file

@ -17,4 +17,7 @@ config NAND_FLASH
config QPIC_SERIAL
bool "Enable QPIC serial NAND"
config UBI_WRITE
bool "Enable ubi utilities"
endif

View file

@ -268,6 +268,16 @@ extern loff_t board_env_size;
#define CONFIG_QSPI_LAYOUT_SWITCH
#endif
/*
* UBI write command
*/
#ifdef CONFIG_UBI_WRITE
#define CONFIG_CMD_UBI
#define CONFIG_RBTREE
#define IPQ_UBI_VOL_WRITE_SUPPORT
#endif
#undef CONFIG_BOOTM_NETBSD
#undef CONFIG_BOOTM_PLAN9
#undef CONFIG_BOOTM_RTEMS