commit | 6f9d1c02d8133265abebe848bbdca6b2b1df4134 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Aug 07 12:05:59 2019 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:37 2019 +0200 |
tree | 2bf3f06fb33b8248e46c98e859bc3aebbf628f00 | |
parent | cc4a9cc3a649a1a8ea860ba2cc5ab4b1b66a1fbd [diff] |
ARM: imx6q_logic: Enable DM_SERIAL 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> Reviewed-by: Fabio Estevam <festevam@gmail.com>