* @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
*/
* @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
*