summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/global_data.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index b33e4e98efc..841c1b35514 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -50,6 +50,14 @@ struct global_data {
struct board_f *boardf;
#endif
/**
+ * @ram_size: RAM size in bytes
+ */
+ phys_size_t ram_size;
+ /**
+ * @ram_top: top address of RAM used by U-Boot
+ */
+ phys_addr_t ram_top;
+ /**
* @flags: global data flags
*
* See &enum gd_flags
@@ -103,10 +111,6 @@ struct global_data {
*/
unsigned long ram_base;
/**
- * @ram_top: top address of RAM used by U-Boot
- */
- phys_addr_t ram_top;
- /**
* @relocaddr: start address of U-Boot in RAM
*
* After relocation this field indicates the address to which U-Boot
@@ -116,10 +120,6 @@ struct global_data {
*/
unsigned long relocaddr;
/**
- * @ram_size: RAM size in bytes
- */
- phys_size_t ram_size;
- /**
* @irq_sp: IRQ stack pointer
*/
unsigned long irq_sp;