mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
global_data: Move env_addr field higher
Move this field to be with others of the same alignment. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
97c17e4ca9
commit
6120d45b70
@ -59,6 +59,13 @@ struct global_data {
|
||||
* @cpu_clk: CPU clock rate in Hz
|
||||
*/
|
||||
unsigned long cpu_clk;
|
||||
/**
|
||||
* @env_addr: address of environment structure
|
||||
*
|
||||
* @env_addr contains the address of the structure holding the
|
||||
* environment variables.
|
||||
*/
|
||||
unsigned long env_addr;
|
||||
/**
|
||||
* @bus_clk: platform clock rate in Hz
|
||||
*/
|
||||
@ -75,13 +82,6 @@ struct global_data {
|
||||
* @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
|
||||
* environment variables.
|
||||
*/
|
||||
unsigned long env_addr;
|
||||
/**
|
||||
* @env_has_init: bit mask indicating environment locations
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user