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:
9fb0249
)
dm: tegra: Set up a pre-reloc malloc()
author
Simon Glass
<sjg@chromium.org>
Wed, 3 Sep 2014 23:37:02 +0000
(17:37 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 10 Sep 2014 18:59:58 +0000
(12:59 -0600)
Allocate 1KB so that driver model can operate before relocation.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/tegra-common.h
patch
|
blob
|
history
diff --git
a/include/configs/tegra-common.h
b/include/configs/tegra-common.h
index d27fcebd7c4654f4d4e9a9987e6f694adaf62268..7852f9ad847e4b98f48a3649a3fb14c77019a556 100644
(file)
--- a/
include/configs/tegra-common.h
+++ b/
include/configs/tegra-common.h
@@
-40,6
+40,7
@@
* Size of malloc() pool
*/
#define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */
+#define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
/*
* NS16550 Configuration