summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-ph1-sld8-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-11 11:17:40 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-24 15:27:52 (GMT)
commit76c52ce29fd75ca8802383ef1aed6c8f13461e37 (patch)
treec404171110f9e97aad21ebbf7887ac82a497de9a /arch/arm/dts/uniphier-ph1-sld8-ref.dts
parentbe262b62f0f919f2b04ae217764daed10608a0fa (diff)
downloadu-boot-76c52ce29fd75ca8802383ef1aed6c8f13461e37.tar.xz
ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN to bind all nodes
In the next commit, I will add "u-boot,dm-pre-reloc" to the "soc" (simple-bus) nodes in UniPhier device trees. But, before that, CONFIG_SYS_MALLOC_F_LEN must be increased. Adding "u-boot,dm-pre-reloc" to a simple-bus node causes it to bind all of its child nodes. (See simple_bus_post_bind() function) Actually, I want only UART0 and pinctrl to be bound in SPL and before relocation in U-boot proper. But, with "u-boot,dm-pre-reloc" in the simple-bus node, all the other unwanted nodes are also bound. The default value for CONFIG_SYS_MALLOC_F_LEN, 0x400, is not enough for that. Increase the pre-reloc malloc size to 0x2000, hoping the root cause will be fixed later. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld8-ref.dts')
0 files changed, 0 insertions, 0 deletions