commit | ef9707ccd8f3f6bd1a36634d5b2a3c34f1dbefb4 | [log] [tgz] |
---|---|---|
author | angelo@sysam.it <angelo@sysam.it> | Wed Apr 27 21:50:44 2016 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 3ca99b08de48e0ceff100d5d84bb183a44243a80 | |
parent | ca67507df8d2fe51901b4704a20eae3f1d3963fc [diff] |
m68k: add malloc memory for early malloc To use serial uclass and DM, CONFIG_SYS_MALLOC_F must be used. So CONFIG_SYS_GENERIC_GLOBAL_DATA has been undefined and call to board_init_f_mem() is added for all cpu's. Signed-off-by: Angelo Dureghello <angelo@sysam.it> Acked-by: Simon Glass <sjg@chromium.org>