]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-avr32/global_data.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / include / asm-avr32 / global_data.h
index 75e75cc6c8c918456f4bb4e310620f1e17dc2b61..97a6c6173c9af26be8966c34933b5a6e44a8546c 100644 (file)
@@ -29,7 +29,7 @@
  * global variables during system initialization (until we have set
  * up the memory controller so that we can use RAM).
  *
- * Keep it *SMALL* and remember to set CFG_GBL_DATA_SIZE > sizeof(gd_t)
+ * Keep it *SMALL* and remember to set CONFIG_SYS_GBL_DATA_SIZE > sizeof(gd_t)
  */
 
 typedef        struct  global_data {