[U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000
Wolfgang Denk
wd at denx.de
Fri May 7 17:15:34 CEST 2010
Dear Thomas Weber,
In message <1273242366-6552-1-git-send-email-weber at corscience.de> you wrote:
> In commit a45dde2293c816138e53c26eca6fd0322583f9a6 the I/O accessor for
> the DM9000 is changed.
>
> The definition of __io is required to use the standard I/O accessors from
> asm/io.h.
>
> Signed-off-by: Thomas Weber <weber at corscience.de>
> ---
> include/configs/devkit8000.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index 7d1332f..6e53c0d 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -31,6 +31,7 @@
> #ifndef __CONFIG_H
> #define __CONFIG_H
>
> +
Unrelated (und unneeded) change. Please omit this.
> /* High Level Configuration Options */
> #define CONFIG_ARMCORTEXA8 1 /* This is an ARM V7 CPU core */
> #define CONFIG_OMAP 1 /* in a TI OMAP core */
> @@ -79,6 +80,7 @@
> #define CONFIG_DM9000_USE_16BIT 1
> #define CONFIG_DM9000_NO_SROM 1
> #undef CONFIG_DM9000_DEBUG
> +#define __io
Hm... the commit message says "__io is required to use the standard
I/O accessors" - but I don't see any of these in this definition here?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I've got to get something inside me. Some coffee or something. And
then the world will somehow be better.
- Terry Pratchett, _Men at Arms_
More information about the U-Boot
mailing list