From: Masahiro Yamada Date: Sat, 31 Aug 2024 10:10:28 +0000 (+0900) Subject: ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME X-Git-Tag: v6.12-rc1~61^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd615d7fcc7958107d1506c6eb5be50f4e920312;p=thirdparty%2Flinux.git 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 Acked-by: Vineet Gupta --- diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index fd0b0a0d4686a..d01e69a29b690 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -553,7 +553,7 @@ config ARC_BUILTIN_DTB_NAME string "Built in DTB" help Set the name of the DTB to embed in the vmlinux binary - Leaving it blank selects the minimal "skeleton" dtb + Leaving it blank selects the "nsim_700" dtb. endmenu # "ARC Architecture Configuration"