X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fasm-blackfin%2Fglobal_data.h;h=5c9903bb150228e1a0d1c963b6ddfdb61cd62a59;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=2f408705e46321ee4b6d4d0cc4ba3ead3c891ae4;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/asm-blackfin/global_data.h b/include/asm-blackfin/global_data.h index 2f40870..5c9903b 100644 --- a/include/asm-blackfin/global_data.h +++ b/include/asm-blackfin/global_data.h @@ -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;