diff options
| author | Tom Rini <[email protected]> | 2018-07-10 10:29:14 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-10 10:29:14 -0400 |
| commit | e3396ffd720877976141fa0b76a0b8ee9643d7d1 (patch) | |
| tree | 7baee90ec8c5759a420f37a796b91fc77f69e7c7 /include/asm-generic | |
| parent | 495c70f9dfad1a5428ec84b52e8667ea4760ecd6 (diff) | |
| parent | 16b8d6b76992690c65c58dc8b0591496cc5e46ef (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/global_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 2d451f8a1b4..0fd4900392b 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -52,6 +52,7 @@ typedef struct global_data { unsigned long env_has_init; /* Bitmask of boolean of struct env_location offsets */ int env_load_location; + unsigned long ram_base; /* Base address of RAM used by U-Boot */ unsigned long ram_top; /* Top address of RAM used by U-Boot */ unsigned long relocaddr; /* Start address of U-Boot in RAM */ phys_size_t ram_size; /* RAM size */ |
