Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME

Commit abe11ddea1d7 ("ARC: [plat-arcfpga]: Enabling DeviceTree for
Angel4 board") changed the default built-in DTB from "skeleton" to
"angel4".

Commit fd1557923b2e ("ARC: [plat_arcfpga]->[plat_sim]") changed it
from "angel4" to "nsim_700".

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Vineet Gupta <vgupta@kernel.org>

+1 -1
+1 -1
arch/arc/Kconfig
··· 553 553 string "Built in DTB" 554 554 help 555 555 Set the name of the DTB to embed in the vmlinux binary 556 - Leaving it blank selects the minimal "skeleton" dtb 556 + Leaving it blank selects the "nsim_700" dtb. 557 557 558 558 endmenu # "ARC Architecture Configuration" 559 559