diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-04-15 23:21:36 +0200 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2026-04-30 23:31:02 +0200 |
| commit | 2472b31997a3343f5be14b7d3c5549010ea83b1a (patch) | |
| tree | 189dea97b023ac4e6d78b4d60c677dda9f2bdea0 /include | |
| parent | 8ef8dee4f3a2b2021decfefd853dbd2a1632b77f (diff) | |
sunxi: use vendor prefix for $fdtfile on RISC-V too
Once we complete the support for RISC-V Allwinner D1 (sun20i), we will need
to prefix $fdtfile with the vendor prefix to match the Linux device-tree
directory structure.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Acked-by: Andre Przywara <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sunxi-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index b29a25d5617..49d5617f028 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -280,7 +280,7 @@ CONSOLE_STDIN_SETTINGS \ CONSOLE_STDOUT_SETTINGS -#ifdef CONFIG_ARM64 +#if defined(CONFIG_ARM64) || defined(CONFIG_RISCV) #define FDTFILE "allwinner/" CONFIG_DEFAULT_DEVICE_TREE ".dtb" #else #define FDTFILE CONFIG_DEFAULT_DEVICE_TREE ".dtb" |
