[U-Boot] [PATCH v2 17/32] dm: sandbox: Enable cbfs and cramfs

Simon Glass sjg at chromium.org
Mon Feb 29 23:25:50 CET 2016


Enable these two filesystems to provide better build coverage in sandbox.

Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---

Changes in v2: None

 include/configs/sandbox.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 786bb11..f73d040 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -44,6 +44,9 @@
 #define CONFIG_CMD_FAT
 #define CONFIG_CMD_EXT4
 #define CONFIG_CMD_EXT4_WRITE
+#define CONFIG_CMD_CBFS
+#define CONFIG_CMD_CRAMFS
+#define CONFIG_CRAMFS_CMDLINE
 #define CONFIG_CMD_PART
 #define CONFIG_DOS_PARTITION
 #define CONFIG_HOST_MAX_DEVICES 4
-- 
2.7.0.rc3.207.g0ac5344



More information about the U-Boot mailing list