]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-microblaze/global_data.h
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / include / asm-microblaze / global_data.h
index 013c56a492b801f36f4ba5419e69d3624f774b54..3f49c349c817761276658bf43128fca7b90cfc98 100644 (file)
@@ -31,7 +31,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 {