sysinfo: Add SYSID_BOARD_RAM_SIZE_MB
authorBaocheng Su <baocheng.su@siemens.com>
Tue, 18 Feb 2025 02:36:12 +0000 (10:36 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 28 Feb 2025 14:41:54 +0000 (08:41 -0600)
commitc01d633c750e44780843845944256b93869c2b6f
treeac81cc884ce27585379097b0604513d2d1703c1a
parent920629c5942dc458b2b818a59ba789601185a101
sysinfo: Add SYSID_BOARD_RAM_SIZE_MB

Add a new field SYSID_BOARD_RAM_SIZE_MB to sysinfo structure to store
the size of RAM in MB. dram_init can use this field to get the RAM size
via sysinfo driver.

Signed-off-by: Baocheng Su <baocheng.su@siemens.com>
include/sysinfo.h