aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2020-08-13 07:05:46 +0200
committerStefan Roese <sr@denx.de>2020-08-26 09:20:05 +0200
commitbac9da46c57511e574aa7e763e17fdd6f55db5bb (patch)
tree1e2531198fa1f0bee781d77d6ae71eed65eab3ac /include/asm-generic
parent60ebf5fb4e8eb31dd7478d049fadaaafcc76afb7 (diff)
downloadu-boot-bac9da46c57511e574aa7e763e17fdd6f55db5bb.zip
u-boot-bac9da46c57511e574aa7e763e17fdd6f55db5bb.tar.gz
u-boot-bac9da46c57511e574aa7e763e17fdd6f55db5bb.tar.bz2
asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_info
bi_memstart & bi_memsize are now not referenced any more. This patch removes their definitions from the bd_info struct. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/u-boot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h
index 99d3fe3..637de0c 100644
--- a/include/asm-generic/u-boot.h
+++ b/include/asm-generic/u-boot.h
@@ -27,8 +27,6 @@
#include <linux/types.h>
struct bd_info {
- unsigned long bi_memstart; /* start of DRAM memory */
- phys_size_t bi_memsize; /* size of DRAM memory in bytes */
unsigned long bi_flashstart; /* start of FLASH memory */
unsigned long bi_flashsize; /* size of FLASH memory */
unsigned long bi_flashoffset; /* reserved area for startup monitor */