diff options
author | Marcel Ziswiler | 2022-07-21 15:27:27 +0200 |
---|---|---|
committer | Stefano Babic | 2022-07-25 16:12:00 +0200 |
commit | 50ba171e2def3cf3f349387217c837a20495089a (patch) | |
tree | 5e5ded5ef7ee91c1b934dc516a37761ec1f16ed6 /configs/apalis_imx6_defconfig | |
parent | d0399a46e7cda63c07e3eb8558bef84cfb068028 (diff) |
apalis_imx6: synchronise device tree with linux
Synchronise device tree with linux-next 20220706.
Please note that this also means that instead of the previous "generic"
U-Boot specific carrier board agnostic device tree we are now using the
regular one for the Apalis Evaluation (carrier) board (e.g.
imx6q-apalis-eval.dtb rather than the previous imx6-apalis.dtb).
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/apalis_imx6_defconfig')
-rw-r--r-- | configs/apalis_imx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig index f9721796dbf..2efbc98f926 100644 --- a/configs/apalis_imx6_defconfig +++ b/configs/apalis_imx6_defconfig @@ -15,7 +15,7 @@ CONFIG_SYS_I2C_MXC_I2C1=y CONFIG_SYS_I2C_MXC_I2C2=y CONFIG_SYS_I2C_MXC_I2C3=y CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx6-apalis" +CONFIG_DEFAULT_DEVICE_TREE="imx6q-apalis-eval" CONFIG_SPL_TEXT_BASE=0x00908000 CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y |