|
@@ -96,22 +96,12 @@ extern int of_scan_flat_dt_by_path(const char *path,
|
|
|
|
|
|
extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
|
|
extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
|
|
int depth, void *data);
|
|
int depth, void *data);
|
|
-extern void early_init_dt_check_for_initrd(unsigned long node);
|
|
|
|
extern int early_init_dt_scan_memory(unsigned long node, const char *uname,
|
|
extern int early_init_dt_scan_memory(unsigned long node, const char *uname,
|
|
int depth, void *data);
|
|
int depth, void *data);
|
|
extern void early_init_dt_add_memory_arch(u64 base, u64 size);
|
|
extern void early_init_dt_add_memory_arch(u64 base, u64 size);
|
|
extern void * early_init_dt_alloc_memory_arch(u64 size, u64 align);
|
|
extern void * early_init_dt_alloc_memory_arch(u64 size, u64 align);
|
|
extern u64 dt_mem_next_cell(int s, __be32 **cellp);
|
|
extern u64 dt_mem_next_cell(int s, __be32 **cellp);
|
|
|
|
|
|
-/*
|
|
|
|
- * If BLK_DEV_INITRD, the fdt early init code will call this function,
|
|
|
|
- * to be provided by the arch code. start and end are specified as
|
|
|
|
- * physical addresses.
|
|
|
|
- */
|
|
|
|
-#ifdef CONFIG_BLK_DEV_INITRD
|
|
|
|
-extern void early_init_dt_setup_initrd_arch(u64 start, u64 end);
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/* Early flat tree scan hooks */
|
|
/* Early flat tree scan hooks */
|
|
extern int early_init_dt_scan_root(unsigned long node, const char *uname,
|
|
extern int early_init_dt_scan_root(unsigned long node, const char *uname,
|
|
int depth, void *data);
|
|
int depth, void *data);
|