commit | 9451aea22098ec84b1088d8c6204472c58f32892 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Oct 26 08:09:00 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 16 19:49:13 2024 -0600 |
tree | 7762192552c5d54fb75b51c95f9b07d8c1aa395e | |
parent | 8ebd17ab4ee6695344a261f4c492be25b6858300 [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 <trini@konsulko.com>