mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-04 08:23:56 +01:00
microblaze: Add missing undefs for UBI and UBIFS
In the case of missing flash usage disaple (undef) all the UBI support in the same way as for JFFS2. Signed-off-by: Stephan Linz <linz@li-pro.net>
This commit is contained in:
parent
8f371b1850
commit
2cce2d3231
1 changed files with 2 additions and 0 deletions
|
|
@ -306,6 +306,8 @@
|
|||
# undef CONFIG_CMD_IMLS
|
||||
# undef CONFIG_CMD_FLASH
|
||||
# undef CONFIG_CMD_JFFS2
|
||||
# undef CONFIG_CMD_UBI
|
||||
# undef CONFIG_CMD_UBIFS
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CMD_JFFS2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue