X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fasm-blackfin%2Fglobal_data.h;h=5c9903bb150228e1a0d1c963b6ddfdb61cd62a59;hb=2e23008e5dbde7fe4c4758bee5a393e1db796cdf;hp=2f408705e46321ee4b6d4d0cc4ba3ead3c891ae4;hpb=f5c3ba79788b0e39baab7026d374fe375dd1a43f;p=oweals%2Fu-boot.git diff --git a/include/asm-blackfin/global_data.h b/include/asm-blackfin/global_data.h index 2f408705e4..5c9903bb15 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;