Re: [U-Boot] [PATCH 5/5] imx: Add support for zmx25 board

2011-07-04 Thread Matthias Weißer
Hi Stefano Am 30.06.2011 17:36, schrieb Stefano Babic: On 06/30/2011 11:57 AM, Matthias Weisser wrote: zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash, an optional NAND flash. Hi Matthias, diff --git a/board/syteco/zmx25/lowlevel_init.S

[U-Boot] [PATCH 5/5] imx: Add support for zmx25 board

2011-06-30 Thread Matthias Weisser
zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash, an optional NAND flash. Signed-off-by: Matthias Weisser weiss...@arcor.de --- MAINTAINERS|1 + board/syteco/zmx25/Makefile| 51 + board/syteco/zmx25/lowlevel_init.S | 136

Re: [U-Boot] [PATCH 5/5] imx: Add support for zmx25 board

2011-06-30 Thread Wolfgang Denk
Dear Matthias Weisser, In message 1309427865-17531-6-git-send-email-weiss...@arcor.de you wrote: zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash, an optional NAND flash. Signed-off-by: Matthias Weisser weiss...@arcor.de --- MAINTAINERS

Re: [U-Boot] [PATCH 5/5] imx: Add support for zmx25 board

2011-06-30 Thread Matthias Weißer
Am 30.06.2011 12:44, schrieb Wolfgang Denk: Dear Matthias Weisser, In message1309427865-17531-6-git-send-email-weiss...@arcor.de you wrote: zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash, an optional NAND flash. Signed-off-by: Matthias

Re: [U-Boot] [PATCH 5/5] imx: Add support for zmx25 board

2011-06-30 Thread Stefano Babic
On 06/30/2011 11:57 AM, Matthias Weisser wrote: zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash, an optional NAND flash. Hi Matthias, diff --git a/board/syteco/zmx25/lowlevel_init.S b/board/syteco/zmx25/lowlevel_init.S new file mode 100644 index