diff options
Diffstat (limited to 'include/asm-blackfin/global_data.h')
-rw-r--r-- | include/asm-blackfin/global_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/global_data.h b/include/asm-blackfin/global_data.h index 2f408705e46..5c9903bb150 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; |