diff options
| author | Dimitri John Ledkov <[email protected]> | 2021-06-16 16:39:06 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2021-07-06 13:48:48 +0800 |
| commit | fe01f41d57b79d9ca94604503a25e55175744d42 (patch) | |
| tree | 017c9c64366b888837ab89039d10a56f74163f5e /include | |
| parent | 3517ebc87e72ecd07c86f1a05362f26599e9ce0f (diff) | |
riscv: sifive: Set default fdtfile names
Set default fdtfile names for unleashed and unmatched boards, as used
in the upstream Linux kernel. This allows sysboot command to find and
load appropriate dtb for the matching kernel from universal stock
Ubuntu RISC-V rootfs images based on fdtdir setting in extlinux.conf.
Signed-off-by: Dimitri John Ledkov <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
cc: Paul Walmsley <[email protected]>
cc: Palmer Dabbelt <[email protected]>
cc: Anup Patel <[email protected]>
cc: Atish Patra <[email protected]>
cc: Pragnesh Patel <[email protected]>
cc: Green Wan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sifive-unleashed.h | 1 | ||||
| -rw-r--r-- | include/configs/sifive-unmatched.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sifive-unleashed.h b/include/configs/sifive-unleashed.h index 0d69d1c5482..b6c29f8c604 100644 --- a/include/configs/sifive-unleashed.h +++ b/include/configs/sifive-unleashed.h @@ -75,6 +75,7 @@ "type_guid_gpt_loader2=" TYPE_GUID_LOADER2 "\0" \ "type_guid_gpt_system=" TYPE_GUID_SYSTEM "\0" \ "partitions=" PARTS_DEFAULT "\0" \ + "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ BOOTENV \ BOOTENV_SF diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h index 4fad69bb199..80cfd41cebc 100644 --- a/include/configs/sifive-unmatched.h +++ b/include/configs/sifive-unmatched.h @@ -73,6 +73,7 @@ "type_guid_gpt_loader2=" TYPE_GUID_LOADER2 "\0" \ "type_guid_gpt_system=" TYPE_GUID_SYSTEM "\0" \ "partitions=" PARTS_DEFAULT "\0" \ + "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ BOOTENV #define CONFIG_PREBOOT \ |
