Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starfive: rename VisionFive DTB to match Linux kernel name #33

Open
wants to merge 1 commit into
base: JH7100_upstream_devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/riscv/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dtb-$(CONFIG_JH_EVB_V1) += starfive_jh7100_evb.dtb
dtb-$(CONFIG_JH_STARLIGHT) += starfive_jh7100_starlight.dtb
dtb-$(CONFIG_JH_STARLIGHT) += jh7100-beaglev-starlight.dtb
dtb-$(CONFIG_JH_STARLIGHT) += jh7100-beaglev-starlight-a1.dtb
dtb-$(CONFIG_JH_STARLIGHT) += jh7100-visionfive.dtb
dtb-$(CONFIG_JH_STARLIGHT) += jh7100-starfive-visionfive-v1.dtb
endif

include $(srctree)/scripts/Makefile.dts
Expand Down
2 changes: 1 addition & 1 deletion configs/starfive_jh7100_visionfive_smode_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONFIG_SYS_MEMTEST_END=0x200000000
CONFIG_ENV_SIZE=0x1f000
CONFIG_ENV_SECT_SIZE=0x1000
# CONFIG_DM_GPIO is not set
CONFIG_DEFAULT_DEVICE_TREE="jh7100-visionfive"
CONFIG_DEFAULT_DEVICE_TREE="jh7100-starfive-visionfive-v1"
CONFIG_IDENT_STRING="StarFive"
CONFIG_SYS_CLK_FREQ=1000000000
CONFIG_TARGET_STARFIVE_JH7100=y
Expand Down