diff packages/redboot/current/src/fs/fileio.c @ 1598:d177755187d3

Fix configuration check so -f XXX works again.
author gthomas
date Mon, 19 Apr 2004 21:26:52 +0000
parents 183857c0ce4b
children 43a89c18d005
line wrap: on
line diff
--- a/packages/redboot/current/src/fs/fileio.c
+++ b/packages/redboot/current/src/fs/fileio.c
@@ -63,7 +63,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <string.h>
-#ifdef CYGPKG_IO_FLASH_BLOCK_DEVICE
+#ifdef CYGPKG_IO_FLASH
 #include <cyg/io/io.h>
 #include <cyg/io/flash.h>
 #include <cyg/io/config_keys.h>