summaryrefslogtreecommitdiff
path: root/include/asm-generic/u-boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/u-boot.h')
-rw-r--r--include/asm-generic/u-boot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h
index 8c619c1b74a..931fe2f3274 100644
--- a/include/asm-generic/u-boot.h
+++ b/include/asm-generic/u-boot.h
@@ -59,10 +59,6 @@ struct bd_info {
#endif
ulong bi_arch_number; /* unique id for this board */
ulong bi_boot_params; /* where this board expects params */
- struct { /* RAM configuration */
- phys_addr_t start;
- phys_size_t size;
- } bi_dram[CONFIG_NR_DRAM_BANKS];
};
#endif /* __ASSEMBLY__ */