mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
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>
This commit is contained in:
parent
920629c594
commit
c01d633c75
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ enum sysinfo_id {
|
|||
SYSID_BOARD_MODEL,
|
||||
SYSID_BOARD_MANUFACTURER,
|
||||
SYSID_BOARD_MAC_ADDR,
|
||||
SYSID_BOARD_RAM_SIZE_MB,
|
||||
SYSID_PRIOR_STAGE_VERSION,
|
||||
SYSID_PRIOR_STAGE_DATE,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue