Re: [U-Boot] [PATCH 08/14] zynq: Move macros to hardware.h

2013-04-22 Thread Tom Rini
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 > --- > arch/arm/include/asm/arch-zynq/hardware.h | 2 ++ > board/xilinx/zynq/board.c | 12

[U-Boot] [PATCH 08/14] zynq: Move macros to hardware.h

2013-04-22 Thread Michal Simek
Add all fixed addresses to hardware.h and change petalinux configuration to support this. Signed-off-by: Michal Simek --- arch/arm/include/asm/arch-zynq/hardware.h | 2 ++ board/xilinx/zynq/board.c | 12 +--- include/configs/zynq.h| 2 +- 3 files cha