global: Remove bi_sramstart/bi_sramsize
authorTom Rini <trini@konsulko.com>
Sat, 26 Oct 2024 14:09:00 +0000 (08:09 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 17 Nov 2024 01:49:13 +0000 (19:49 -0600)
commite2032a0e4e55ea0958aae32f783f3a0726e34415
tree7762192552c5d54fb75b51c95f9b07d8c1aa395e
parentcae243927f67f81ff7456906bb6018b93e1c28f3
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>
Kconfig
api/api_platform-powerpc.c
cmd/bdinfo.c
common/board_f.c
include/asm-generic/u-boot.h
include/configs/pic32mzdask.h