summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-02-23 09:45:27 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-23 09:46:51 +0100
commitd7fc4fc0cf4b9b5363f22271a17a97ee3671dcbf (patch)
tree058455a0262bf31d3ab2ffba465ce715d9b49de7
parent215b43eaa31211fe261ca1f181c4cd114ae7f16b (diff)
Revert "verdin-am62.conf: fixup ddr timings to am62x-sk"
This reverts commit 8fd4be106c2aafa754bb4228bd953635d78fec20. With this we move to use timings for the Verdin AM62 DDR configuration. Related-to: ELB-5045 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb
index 0a9be22..4bed82d 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-ti-staging_2021.01.bb
@@ -33,11 +33,6 @@ do_deploy:append () {
${DEPLOY_INITIAL_ENV}
}
-# use the SK timings until we have our HW
-do_compile:prepend:k3r5 () {
- cp ${S}/arch/arm/dts/k3-am62x-sk-ddr4-1600MTs.dtsi ${S}/arch/arm/dts/k3-am625-verdin-lpddr4-1600MTs.dtsi
-}
-
# build the k3r5 spl also for DFU
do_compile:append:k3r5 () {
if [ -L ${B}/${UBOOT_BINARY} ]; then