mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
Merge "board: arm: devsoc: Add ubi command support"
This commit is contained in:
commit
a0402c28dd
2 changed files with 13 additions and 0 deletions
|
|
@ -17,4 +17,7 @@ config NAND_FLASH
|
|||
|
||||
config QPIC_SERIAL
|
||||
bool "Enable QPIC serial NAND"
|
||||
|
||||
config UBI_WRITE
|
||||
bool "Enable ubi utilities"
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue