diff options
Diffstat (limited to 'post/drivers/flash.c')
-rw-r--r-- | post/drivers/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/drivers/flash.c b/post/drivers/flash.c index 7d65f46d9f..e157d36911 100644 --- a/post/drivers/flash.c +++ b/post/drivers/flash.c @@ -6,7 +6,7 @@ * Licensed under the GPL-2 or later. */ -#if CONFIG_POST & CONFIG_SYS_POST_FLASH +#if CFG_POST & CONFIG_SYS_POST_FLASH #include <common.h> #include <malloc.h> #include <post.h> |