]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/sandbox.h
config: remove platform CONFIG_SYS_HZ definition part 2/2
[people/ms/u-boot.git] / include / configs / sandbox.h
index af3d6ad4e7977b1017e346c86d768ea232ae3c55..279abbcae58deacea4ec83297f3614bd06ba572e 100644 (file)
@@ -49,7 +49,6 @@
  */
 #define CONFIG_SYS_MALLOC_LEN          (4 << 20)       /* 4MB  */
 
-#define CONFIG_SYS_PROMPT              "=>"    /* Command Prompt */
 #define CONFIG_SYS_HUSH_PARSER
 #define CONFIG_SYS_LONGHELP                    /* #undef to save memory */
 #define CONFIG_SYS_CBSIZE              1024    /* Console I/O Buffer Size */
@@ -66,8 +65,6 @@
 #define CONFIG_ENV_SIZE                8192
 #define CONFIG_ENV_IS_NOWHERE
 
-#define CONFIG_SYS_HZ                  1000
-
 /* Memory things - we don't really want a memory test */
 #define CONFIG_SYS_LOAD_ADDR           0x00000000
 #define CONFIG_SYS_MEMTEST_START       0x00100000
                                        "stdout=serial\0" \
                                        "stderr=serial\0"
 
+#define CONFIG_GZIP_COMPRESSED
+#define CONFIG_BZIP2
+#define CONFIG_LZO
+#define CONFIG_LZMA
+
 #endif