From: "Roger Pau Monné" <royger@FreeBSD.org>
To: u-boot@lists.denx.de
Subject: [PATCH 2/2] odroid-go2: fix default FDT file path
Date: Mon, 22 Feb 2021 10:25:59 +0100 [thread overview]
Message-ID: <20210222092559.51294-3-royger@FreeBSD.org> (raw)
In-Reply-To: <20210222092559.51294-1-royger@FreeBSD.org>
The path in the Linux kernel dts directory is
rockchip/rk3326-odroid-go2.dtb.
That also seems to match the FDT path set on other boards (ie:
rock64-rk3328 for example).
Signed-off-by: Roger Pau Monne <royger@FreeBSD.org>
---
configs/odroid-go2_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig
index be7ba09334..6aa41e3755 100644
--- a/configs/odroid-go2_defconfig
+++ b/configs/odroid-go2_defconfig
@@ -24,7 +24,7 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_BEST_MATCH=y
CONFIG_SPL_LOAD_FIT=y
-CONFIG_DEFAULT_FDT_FILE="rk3326-odroidgo2.dtb"
+CONFIG_DEFAULT_FDT_FILE="rockchip/rk3326-odroid-go2.dtb"
# CONFIG_CONSOLE_MUX is not set
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
--
2.30.1
next prev parent reply other threads:[~2021-02-22 9:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-22 9:25 [PATCH 0/2] odroid-go2: two small config changes Roger Pau Monné
2021-02-22 9:25 ` [PATCH 1/2] odroid-go2: do not disable EFI Roger Pau Monné
2021-02-24 10:08 ` Roger Pau Monné
2021-02-22 9:25 ` Roger Pau Monné [this message]
2021-02-24 10:09 ` [PATCH 2/2] odroid-go2: fix default FDT file path Roger Pau Monné
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210222092559.51294-3-royger@FreeBSD.org \
--to=royger@freebsd.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox