U-Boot: wandboard ethernet problem with newest mainline

Fabio Estevam festevam at gmail.com
Wed Jan 8 22:11:59 CET 2020


Hi Heiko,

On Wed, Jan 8, 2020 at 8:45 AM Heiko Schocher <hs at denx.de> wrote:

> diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
> index ca564c5..62b013c 100644
> --- a/configs/wandboard_defconfig
> +++ b/configs/wandboard_defconfig
> @@ -42,8 +42,8 @@ CONFIG_CMD_BMP=y
>   CONFIG_CMD_CACHE=y
>   CONFIG_CMD_EXT4_WRITE=y
>   CONFIG_OF_CONTROL=y
> -CONFIG_DEFAULT_DEVICE_TREE="imx6dl-wandboard-revb1"
> -CONFIG_OF_LIST="imx6q-wandboard-revb1 imx6qp-wandboard-revd1 imx6dl-wandboard-revb1"
> +CONFIG_DEFAULT_DEVICE_TREE="imx6qp-wandboard-revd1"
> +CONFIG_OF_LIST="imx6qp-wandboard-revd1"

Here you mark only the imx6qp board, but yours is a imx6dl, so that's
why the U-Boot console did not show up :-)


More information about the U-Boot mailing list