diff options
-rw-r--r-- | include/asm-generic/global_data.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 5dc09fcc98a..b33e4e98efc 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -60,6 +60,13 @@ struct global_data { */ 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 */ unsigned int bus_clk; @@ -76,13 +83,6 @@ struct global_data { */ 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 * * &enum env_location defines which bit relates to which location |