summaryrefslogtreecommitdiff
path: root/configs/imx6q_logic_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-08-07 20:05:59 +0300
committerStefano Babic <sbabic@denx.de>2019-10-08 17:36:37 +0300
commit7cf388fa6977136dd2384bd746d237efc306c829 (patch)
tree2bf3f06fb33b8248e46c98e859bc3aebbf628f00 /configs/imx6q_logic_defconfig
parenta3ecce373af981f701b1c71a98da3df188c21960 (diff)
downloadu-boot-7cf388fa6977136dd2384bd746d237efc306c829.tar.xz
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>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
-rw-r--r--configs/imx6q_logic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig
index ec14b8eaf6..6125ee2bc2 100644
--- a/configs/imx6q_logic_defconfig
+++ b/configs/imx6q_logic_defconfig
@@ -83,6 +83,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_USB=y
CONFIG_DM_USB=y