X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fflash.c;h=587ef601585ced8c63e1cc29680cb5021c59c813;hb=8a33cb8b6bdf8a35f931fcc3d8aa15254cfc4b23;hp=fa33f03d2ed3e285267c2fd1b3f8448b7db59ab6;hpb=2ed3f9114300b1f11f1f30d9d2478146afc3af0e;p=u-boot diff --git a/common/flash.c b/common/flash.c index fa33f03d2e..587ef60158 100644 --- a/common/flash.c +++ b/common/flash.c @@ -10,7 +10,6 @@ #include #include -#if !defined(CONFIG_SYS_NO_FLASH) #include extern flash_info_t flash_info[]; /* info for FLASH chips */ @@ -218,7 +217,3 @@ void flash_perror (int err) break; } } - -/*----------------------------------------------------------------------- - */ -#endif /* !CONFIG_SYS_NO_FLASH */