summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/dtb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/dtb.c')
-rw-r--r--arch/arm/cpu/dtb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/dtb.c b/arch/arm/cpu/dtb.c
index b9390b46e6..1ba5aa415e 100644
--- a/arch/arm/cpu/dtb.c
+++ b/arch/arm/cpu/dtb.c
@@ -36,12 +36,6 @@ static int of_arm_init(void)
if (fdt)
pr_debug("using boarddata provided DTB\n");
- /* Next see if we have a builtin dtb */
- if (!fdt && IS_ENABLED(CONFIG_BUILTIN_DTB)) {
- fdt = __dtb_start;
- pr_debug("using internal DTB\n");
- }
-
if (!fdt) {
pr_debug("No DTB found\n");
return 0;