diff options
| author | Tom Rini <[email protected]> | 2024-10-26 08:09:00 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-16 19:49:13 -0600 |
| commit | e2032a0e4e55ea0958aae32f783f3a0726e34415 (patch) | |
| tree | 7762192552c5d54fb75b51c95f9b07d8c1aa395e /include/asm-generic | |
| parent | cae243927f67f81ff7456906bb6018b93e1c28f3 (diff) | |
global: Remove bi_sramstart/bi_sramsize
These fields are currently set on exactly two platforms today, and used
by only one of them. Update pic32mzdask to use CFG_SYS_SRAM* in the one
location it needs it and otherwise drop this field from the bd_info
struct.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/u-boot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index 70303acd558..8c619c1b74a 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -30,8 +30,6 @@ struct bd_info { 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 */ - unsigned long bi_sramstart; /* start of SRAM memory */ - unsigned long bi_sramsize; /* size of SRAM memory */ #ifdef CONFIG_ARM unsigned long bi_arm_freq; /* arm frequency */ unsigned long bi_dsp_freq; /* dsp core frequency */ |
