]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/mips/include/asm/global_data.h
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
[people/ms/u-boot.git] / arch / mips / include / asm / global_data.h
index bf1bfc390f82bc267de60f85e8d8ff8c7ab81608..271a290a51c392926bd41f198997c77c999578d0 100644 (file)
@@ -33,7 +33,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)
  */
 
 typedef        struct  global_data {