
8 Aug
2019
8 Aug
'19
1:23 a.m.
On Wed, Aug 7, 2019 at 2:06 PM Adam Ford aford173@gmail.com wrote:
In order to call preloader_console_init from board_init_f when DM_SERIAL is enabled, it neesd to call spl_early_init() to get early access to DM and device tree.
This patch calls spl_early_init just before preloader_console_init() and enables DM_SERIAL and SPL_DM_SERIAL.
Signed-off-by: Adam Ford aford173@gmail.com
V2: Add the call to spl_early_init this patch which is requred for DM_SERIAL
Reviewed-by: Fabio Estevam festevam@gmail.com