global_data: Move baud_rate field lower
Move this field to be with others of the same alignment.
Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index b09d4bc..5dc09fc 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -56,10 +56,6 @@
*/
unsigned long flags;
/**
- * @baudrate: baud rate of the serial interface
- */
- unsigned int baudrate;
- /**
* @cpu_clk: CPU clock rate in Hz
*/
unsigned long cpu_clk;
@@ -76,6 +72,10 @@
*/
unsigned int mon_len;
/**
+ * @baudrate: baud rate of the serial interface
+ */
+ unsigned int baudrate;
+ /**
* @env_addr: address of environment structure
*
* @env_addr contains the address of the structure holding the