]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/sandbox.h
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / include / configs / sandbox.h
index 12b69d9a249f08d4991189c2a28cb2bd02eb8ee6..f5fa4b3ddc30870fd0e348c3dd2caf705530e15e 100644 (file)
@@ -31,6 +31,9 @@
 #define CONFIG_DM_DEMO_SHAPE
 #define CONFIG_DM_GPIO
 #define CONFIG_DM_TEST
+#define CONFIG_DM_SERIAL
+
+#define CONFIG_SYS_STDIO_DEREGISTER
 
 /* Number of bits in a C 'long' on this architecture */
 #define CONFIG_SANDBOX_BITS_PER_LONG   64
 #define CONFIG_EFI_PARTITION
 
 /*
- * Size of malloc() pool, although we don't actually use this yet.
+ * Size of malloc() pool, before and after relocation
  */
+#define CONFIG_SYS_MALLOC_F_LEN        (1 << 10)
+#define CONFIG_MALLOC_F_ADDR           0x0010000
 #define CONFIG_SYS_MALLOC_LEN          (32 << 20)      /* 32MB  */
 
 #define CONFIG_SYS_HUSH_PARSER