aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/prom.c')
-rw-r--r--arch/microblaze/kernel/prom.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/microblaze/kernel/prom.c b/arch/microblaze/kernel/prom.c
index b817df172aa9..06d620ab4168 100644
--- a/arch/microblaze/kernel/prom.c
+++ b/arch/microblaze/kernel/prom.c
@@ -47,17 +47,9 @@ static int __initdata dt_root_size_cells;
47 47
48typedef u32 cell_t; 48typedef u32 cell_t;
49 49
50static struct boot_param_header *initial_boot_params;
51
52/* export that to outside world */ 50/* export that to outside world */
53struct device_node *of_chosen; 51struct device_node *of_chosen;
54 52
55static inline char *find_flat_dt_string(u32 offset)
56{
57 return ((char *)initial_boot_params) +
58 initial_boot_params->off_dt_strings + offset;
59}
60
61/** 53/**
62 * This function is used to scan the flattened device-tree, it is 54 * This function is used to scan the flattened device-tree, it is
63 * used to extract the memory informations at boot before we can 55 * used to extract the memory informations at boot before we can