On Mon, Apr 22, 2013 at 04:52:06PM +0200, Michal Simek wrote:

> Add all fixed addresses to hardware.h and change petalinux
> configuration to support this.
> 
> Signed-off-by: Michal Simek <michal.si...@xilinx.com>
> ---
>  arch/arm/include/asm/arch-zynq/hardware.h |  2 ++
>  board/xilinx/zynq/board.c                 | 12 +++++++++---
>  include/configs/zynq.h                    |  2 +-
>  3 files changed, 12 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-zynq/hardware.h 
> b/arch/arm/include/asm/arch-zynq/hardware.h
> index bee7b09..e0f6eba 100644
> --- a/arch/arm/include/asm/arch-zynq/hardware.h
> +++ b/arch/arm/include/asm/arch-zynq/hardware.h
> @@ -27,6 +27,8 @@
>  #define XPSS_DEV_CFG_APB_BASEADDR    0xF8007000
>  #define XPSS_SCU_BASEADDR            0xF8F00000
>  #define CONFIG_SCUTIMER_BASEADDR     0xF8F00600
> +#define CONFIG_ZYNQ_GEM_BASEADDR0    0xE000B000
> +#define CONFIG_ZYNQ_GEM_BASEADDR1    0xE000C000

Are these configurable really or no?  If they're in <hardware.h> they
shouldn't be CONFIG named.

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to