On 19 March 2015 at 04:42, Masahiro Yamada <[email protected]> wrote: > This option has a bool type, not hex. > Fix it and enable it if CONFIG_DM is on because Driver Model always > requires malloc memory. Devices are scanned twice, before/after > relocation. CONFIG_SYS_MALLOC_F should be enabled to use malloc > memory before relocation. As it is board-independent, handle it > globally. > > Signed-off-by: Masahiro Yamada <[email protected]> > Acked-by: Stephen Warren <[email protected]> > --- > > Changes in v2: > - Fix a typo s/not board-independent/board-independent/
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

