[U-Boot] [PATCH 2/2] ARM: imx6q_logic: Enable DM_SERIAL

Fabio Estevam festevam at gmail.com
Wed Aug 7 16:40:15 UTC 2019


On Wed, Aug 7, 2019 at 1:36 PM Adam Ford <aford173 at gmail.com> wrote:
>
> With spl_early_init() now enabled in board_init_f, the
> preloader_console_init() function can correctly initialize the
> serial port based on the device tree during SPL.
> This patch enables DM_SERIAL in both U-Boot and SPL.
>
> Signed-off-by: Adam Ford <aford173 at gmail.com>
>
> diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig
> index b95c9783a4..2c77b9c218 100644
> --- a/configs/imx6q_logic_defconfig
> +++ b/configs/imx6q_logic_defconfig
> @@ -4,7 +4,6 @@ CONFIG_SYS_TEXT_BASE=0x17800000
>  CONFIG_SPL_GPIO_SUPPORT=y
>  CONFIG_SPL_LIBCOMMON_SUPPORT=y
>  CONFIG_SPL_LIBGENERIC_SUPPORT=y
> -CONFIG_SYS_MALLOC_F_LEN=0x2000

Unrelated change?


More information about the U-Boot mailing list