diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-01 18:25:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-13 08:15:31 +0200 |
commit | ff2b468ccd00fe75762394e8cd61df535c9dc178 (patch) | |
tree | 6b07fa7cc85ed9c07b670008c094a3182e06d117 /target/riscv64/starfive-visionfive2/extlinux.conf | |
parent | dc6786e6fb019e42b0b01011d1ca80f543e02978 (diff) |
starfive-visionfive2: add basic support
Diffstat (limited to 'target/riscv64/starfive-visionfive2/extlinux.conf')
-rw-r--r-- | target/riscv64/starfive-visionfive2/extlinux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/riscv64/starfive-visionfive2/extlinux.conf b/target/riscv64/starfive-visionfive2/extlinux.conf new file mode 100644 index 000000000..3d7e45151 --- /dev/null +++ b/target/riscv64/starfive-visionfive2/extlinux.conf @@ -0,0 +1,4 @@ +label starfive-visionfive2 + kernel /boot/kernel + devicetree /boot/jh7110-starfive-visionfive-2-v1.3b.dtb + append console=ttyS0,115200 root=/dev/mmcblk1p3 rootwait |