]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARC: update the help message for CONFIG_ARC_BUILTIN_DTB_NAME
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 31 Aug 2024 10:10:28 +0000 (19:10 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 Sep 2024 08:24:08 +0000 (17:24 +0900)
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>
arch/arc/Kconfig

index fd0b0a0d4686ac2e110bf57538c6759fb2a41b65..d01e69a29b69055ac40d9a8ec493a46210d200cc 100644 (file)
@@ -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"