]> git.sur5r.net Git - u-boot/blobdiff - arch/blackfin/include/asm/global_data.h
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
[u-boot] / arch / blackfin / include / asm / global_data.h
index d5514b0dffb17737fa67ccd6545df3bf36bcf8d1..eba5e93e212c0199be859697d3dcc5057cf9b752 100644 (file)
@@ -37,7 +37,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 {
        bd_t *bd;