projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
574967c
)
arm: socfpga: Enable ubi and ubifs support
author
Chin Liang See
<
[email protected]
>
Tue, 22 Dec 2015 07:32:26 +0000
(15:32 +0800)
committer
Marek Vasut
<
[email protected]
>
Tue, 22 Dec 2015 20:16:08 +0000
(21:16 +0100)
When QSPI and NAND is enabled, the ubi and ubifs support
will be enabled too.
Signed-off-by: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Pavel Machek <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
Cc: Stefan Roese <
[email protected]
>
include/configs/socfpga_common.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_common.h
b/include/configs/socfpga_common.h
index 6655152960d973cf4b0877336ce29b49759f3249..35e4a75c3f93e23a0a99893f27fd348ff5cf7bd1 100644
(file)
--- a/
include/configs/socfpga_common.h
+++ b/
include/configs/socfpga_common.h
@@
-299,6
+299,14
@@
unsigned int cm_get_qspi_controller_clk_hz(void);
"-@1536k(UBI)\0"
#endif
+/* UBI and UBIFS support */
+#if defined(CONFIG_CMD_SF) || defined(CONFIG_CMD_NAND)
+#define CONFIG_CMD_UBI
+#define CONFIG_CMD_UBIFS
+#define CONFIG_RBTREE
+#define CONFIG_LZO
+#endif
+
/*
* SPL
*