
Dear Ilko Iliev,
In message 12260566511023-git-send-email-iliev@ronetix.at you wrote:
This patch adds support for the PM9261 board of Ronetix GmbH (www.ronetix.at)
Signed-off-by: Ilko Iliev iliev@ronetix.at
MAKEALL | 1 + Makefile | 3 + board/ronetix/pm9261/Makefile | 60 +++++ board/ronetix/pm9261/config.mk | 1 + board/ronetix/pm9261/pm9261.c | 352 +++++++++++++++++++++++++ board/ronetix/pm9261/pm9261_led.c | 79 ++++++ board/ronetix/pm9261/pm9261_lowlevel_init.S | 368 +++++++++++++++++++++++++++ board/ronetix/pm9261/pm9261_nand.c | 79 ++++++ board/ronetix/pm9261/pm9261_partition.c | 47 ++++ include/configs/pm9261.h | 266 ++++++++++++++++++++ 10 files changed, 1265 insertions(+), 0 deletions(-) mode change 100755 => 100644 MAKEALL create mode 100644 board/ronetix/pm9261/Makefile create mode 100644 board/ronetix/pm9261/config.mk create mode 100644 board/ronetix/pm9261/pm9261.c create mode 100644 board/ronetix/pm9261/pm9261_led.c create mode 100644 board/ronetix/pm9261/pm9261_lowlevel_init.S create mode 100644 board/ronetix/pm9261/pm9261_nand.c create mode 100644 board/ronetix/pm9261/pm9261_partition.c create mode 100644 include/configs/pm9261.h
Jean-Christophe says he asked you for a cleaned up / rebased version of this patch. Will you submit one any time soon?