mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
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>
This commit is contained in:
parent
60ebf5fb4e
commit
bac9da46c5
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct bd_info {
|
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_flashstart; /* start of FLASH memory */
|
||||||
unsigned long bi_flashsize; /* size of FLASH memory */
|
unsigned long bi_flashsize; /* size of FLASH memory */
|
||||||
unsigned long bi_flashoffset; /* reserved area for startup monitor */
|
unsigned long bi_flashoffset; /* reserved area for startup monitor */
|
||||||
|
|
Loading…
Add table
Reference in a new issue