X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fasm-offsets.c;h=b04f7c6297598b51372eeb586a112b1db83cfae5;hb=19d1f1a2f3ccfbf85125150f7876ce22714b38bd;hp=221ebbf1771e06a9ae0b8f8e312b095e12348ffa;hpb=b79dadf846e5e140e261bbfa4decd024357702d7;p=platform%2Fkernel%2Fu-boot.git diff --git a/lib/asm-offsets.c b/lib/asm-offsets.c index 221ebbf..b04f7c6 100644 --- a/lib/asm-offsets.c +++ b/lib/asm-offsets.c @@ -28,7 +28,7 @@ int main(void) DEFINE(GD_SIZE, sizeof(struct global_data)); DEFINE(GD_BD, offsetof(struct global_data, bd)); -#ifdef CONFIG_SYS_MALLOC_F_LEN +#if CONFIG_VAL(SYS_MALLOC_F_LEN) DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); #endif