summaryrefslogtreecommitdiff
path: root/configs/colibri_vf_defconfig
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-07-21 15:27:38 +0200
committerStefano Babic <sbabic@denx.de>2022-07-25 16:12:00 +0200
commitb4052d55ad52ba18e45db90c4293099a636bb729 (patch)
tree948fad29d4e39021b5b863f4db9b10b2b233a958 /configs/colibri_vf_defconfig
parente8a9521e649feb3bdfa8f2c6e3b67910ca9b4851 (diff)
downloadu-boot-b4052d55ad52ba18e45db90c4293099a636bb729.tar.gz
colibri_vf: synchronise device tree with linux
Synchronise device tree with linux v5.19-rc5. 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 Colibri Evaluation (carrier) board V3 (e.g. vf610-colibri-eval-v3.dtb rather than the previous vf610-colibri.dtb). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/colibri_vf_defconfig')
-rw-r--r--configs/colibri_vf_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
index 9dbe6280dd..febfdbcff0 100644
--- a/configs/colibri_vf_defconfig
+++ b/configs/colibri_vf_defconfig
@@ -8,7 +8,7 @@ CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_OFFSET=0x180000
CONFIG_DM_GPIO=y
-CONFIG_DEFAULT_DEVICE_TREE="vf610-colibri"
+CONFIG_DEFAULT_DEVICE_TREE="vf610-colibri-eval-v3"
CONFIG_TARGET_COLIBRI_VF=y
CONFIG_SYS_LOAD_ADDR=0x80008000
CONFIG_SYS_MEMTEST_START=0x80010000