]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-m68k/global_data.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / include / asm-m68k / global_data.h
index 187618d72c394c9edd6a8fc590042a68f69a50b5..413c20002309bb0d995548c46ceecc7cc4498dc6 100644 (file)
@@ -30,7 +30,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 {