Mercurial > ecos
changeset 943:91935c8ab9be
iq80321 flash fix
| author | msalter |
|---|---|
| date | Mon, 14 Apr 2003 11:29:42 +0000 |
| parents | a1acc9055298 |
| children | f493618bc252 |
| files | packages/devs/flash/arm/iq80321/current/ChangeLog packages/devs/flash/arm/iq80321/current/include/iq80321_strataflash.inl |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/flash/arm/iq80321/current/ChangeLog +++ b/packages/devs/flash/arm/iq80321/current/ChangeLog @@ -1,3 +1,7 @@ +2003-04-14 Mark Salter <msalter@redhat.com> + + * include/iq80321_strataflash.inl: Include iq80321.h for IQ80321_FLASH_ADDR. + 2002-01-28 Mark Salter <msalter@redhat.com> * include/iq80321_strataflash.inl: Include cyg/hal/plf_io.h. @@ -12,7 +16,7 @@ 2002-01-09 Mark Salter <msalter@redhat //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free
--- a/packages/devs/flash/arm/iq80321/current/include/iq80321_strataflash.inl +++ b/packages/devs/flash/arm/iq80321/current/include/iq80321_strataflash.inl @@ -52,6 +52,8 @@ // //========================================================================== +#include <cyg/hal/iq80321.h> // IQ80321_FLASH_ADDR + // The iq80321 system has one 16-bit device. #define CYGNUM_FLASH_DEVICES (1)
