diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index b09d4bc7d02..5dc09fcc98a 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -55,10 +55,6 @@ struct global_data { * See &enum gd_flags */ unsigned long flags; - /** - * @baudrate: baud rate of the serial interface - */ - unsigned int baudrate; /** * @cpu_clk: CPU clock rate in Hz */ @@ -75,6 +71,10 @@ struct global_data { * @mon_len: monitor length in bytes */ unsigned int mon_len; + /** + * @baudrate: baud rate of the serial interface + */ + unsigned int baudrate; /** * @env_addr: address of environment structure *