X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Flynxkdi.c;h=5f12b0dc176854ba54f144dcd92b2cc14c62d8a7;hb=d3c23a790fb24f9cb5cc467b81b0c3ad3eeb1f96;hp=a5dc88769f161bdc63ed64656ec388b63790dd27;hpb=3596d55eb22703d3f4f1b839fe4b000fabe081b3;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/lynxkdi.c b/common/lynxkdi.c index a5dc887..5f12b0d 100644 --- a/common/lynxkdi.c +++ b/common/lynxkdi.c @@ -17,7 +17,6 @@ #include #include -#if defined(CONFIG_LYNXKDI) #include DECLARE_GLOBAL_DATA_PTR; @@ -66,5 +65,3 @@ void lynxkdi_boot (image_header_t *hdr) #else #error "Lynx KDI support not implemented for configured CPU" #endif - -#endif /* CONFIG_LYNXKDI */