]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-i386/global_data.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / include / asm-i386 / global_data.h
index cc30689d210e9e37aaa5f1e98d099b6b663b77ba..3abbf1dba29b8c2157156bca6b2798a9116af44f 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 {