]> git.sur5r.net Git - u-boot/blobdiff - include/configs/sandbox.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / include / configs / sandbox.h
index 9c431bf27ad417de275c7a7bec70a8d3fe037ad3..406da43aa1b83f27ba23deb521f6be11a3a603d5 100644 (file)
 #define CONFIG_OF_LIBFDT
 #define CONFIG_LMB
 
+#define CONFIG_FS_FAT
+#define CONFIG_FS_EXT4
+#define CONFIG_EXT4_WRITE
+#define CONFIG_CMD_FAT
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_EXT4_WRITE
+
 #define CONFIG_SYS_VSNPRINTF
 
 #define CONFIG_CMD_GPIO
@@ -63,8 +70,8 @@
 #define CONFIG_SYS_HZ                  1000
 
 /* Memory things - we don't really want a memory test */
-#define CONFIG_SYS_LOAD_ADDR           0x10000000
-#define CONFIG_SYS_MEMTEST_START       0x10000000
+#define CONFIG_SYS_LOAD_ADDR           0x00000000
+#define CONFIG_SYS_MEMTEST_START       0x00100000
 #define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 0x1000)
 #define CONFIG_PHYS_64BIT
 
 #undef CONFIG_CMD_NET
 #undef CONFIG_CMD_NFS
 
+#define CONFIG_CMD_HASH
+#define CONFIG_HASH_VERIFY
+#define CONFIG_SHA1
+#define CONFIG_SHA256
+
+#define CONFIG_CMD_SANDBOX
+
 #define CONFIG_BOOTARGS ""
 
 #define CONFIG_EXTRA_ENV_SETTINGS      "stdin=serial\0" \