fdt: Add device tree memory bindings
[oweals/u-boot.git] / include / asm-generic / global_data.h
index 2d451f8a1b4a59ad2624e560ceeb00d8d7f2d4c9..0fd4900392be58b9da2be98461ac403a81aeb4e8 100644 (file)
@@ -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 */