]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/i386/include/asm/global_data.h
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
[people/ms/u-boot.git] / arch / i386 / include / asm / global_data.h
index 597112318f567d373d2d85df459f66ff8b9df208..e3f8a25efb600352cd139756f0ae51a18f52d289 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 CONFIG_SYS_GBL_DATA_SIZE > sizeof(gd_t)
+ * Keep it *SMALL* and remember to set GENERATED_GBL_DATA_SIZE > sizeof(gd_t)
  */
 
 #ifndef __ASSEMBLY__