]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-blackfin/global_data.h
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / include / asm-blackfin / global_data.h
index 2f408705e46321ee4b6d4d0cc4ba3ead3c891ae4..5c9903bb150228e1a0d1c963b6ddfdb61cd62a59 100644 (file)
@@ -35,7 +35,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 {
        bd_t *bd;