diff options
Diffstat (limited to 'arch/arm/mm/init.c')
-rw-r--r-- | arch/arm/mm/init.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index 9eeb1cd1c401..9d0b91dccf37 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c | |||
@@ -77,14 +77,6 @@ static int __init parse_tag_initrd2(const struct tag *tag) | |||
77 | 77 | ||
78 | __tagtable(ATAG_INITRD2, parse_tag_initrd2); | 78 | __tagtable(ATAG_INITRD2, parse_tag_initrd2); |
79 | 79 | ||
80 | #if defined(CONFIG_OF_FLATTREE) && defined(CONFIG_BLK_DEV_INITRD) | ||
81 | void __init early_init_dt_setup_initrd_arch(u64 start, u64 end) | ||
82 | { | ||
83 | initrd_start = (unsigned long)__va(start); | ||
84 | initrd_end = (unsigned long)__va(end); | ||
85 | } | ||
86 | #endif /* CONFIG_OF_FLATTREE */ | ||
87 | |||
88 | /* | 80 | /* |
89 | * This keeps memory configuration data used by a couple memory | 81 | * This keeps memory configuration data used by a couple memory |
90 | * initialization functions, as well as show_mem() for the skipping | 82 | * initialization functions, as well as show_mem() for the skipping |