[U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files
Kim Phillips
kim.phillips at freescale.com
Fri Jun 19 19:32:55 CEST 2009
On Wed, 17 Jun 2009 10:34:55 -0500
Timur Tabi <timur at freescale.com> wrote:
> The _IO_BASE macro is also automatically defined to 0 if it isn't already set,
> so there's no need to define that macro either in the board configuration files.
...
> +++ b/include/configs/PN62.h
> @@ -133,8 +133,6 @@
> #define CONFIG_PCNET /* there are 2 AMD PCnet 79C973 */
> #define CONFIG_PCNET_79C973
>
> -#define _IO_BASE 0xfe000000 /* points to PCI I/O space */
> -
but the PN62 doesn't set it to 0!
Kim
Cc: Wolfgang Grandegger (PN62 maintainer)
More information about the U-Boot
mailing list