diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-31 19:10:28 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-09-07 17:24:08 +0900 |
commit | cd615d7fcc7958107d1506c6eb5be50f4e920312 (patch) | |
tree | 7a797b7e1e9d526e05674b5c29bf3176c1446dd1 /arch/arc | |
parent | dde60e7d103bf6cf820b2c4c4bb5658bad1759a9 (diff) |
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>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index fd0b0a0d4686..d01e69a29b69 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" |