# HG changeset patch # User gthomas # Date 1064576160 0 # Node ID c6965db486b09ff61874f2e800c7a4c17007e9db # Parent 20067ba8b7d9348572f7f6a3b0fea4d866c456e0 Honor FIS/FLASH configury diff --git a/packages/redboot/current/ChangeLog b/packages/redboot/current/ChangeLog --- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,5 +1,7 @@ 2003-09-26 Gary Thomas + * src/fconfig.c: Honor FLASH/FIS configury. + * src/net/bootp.c: * src/fs/ide.c: Clean up some compiler warnings. diff --git a/packages/redboot/current/src/fconfig.c b/packages/redboot/current/src/fconfig.c --- a/packages/redboot/current/src/fconfig.c +++ b/packages/redboot/current/src/fconfig.c @@ -54,8 +54,9 @@ //========================================================================== #include -#include +#ifdef CYGOPT_REDBOOT_FIS #include +#endif #ifdef CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG // Note horrid intertwining of functions, to save precious FLASH