
-----Original Message----- From: Marek Vasut [mailto:marex@denx.de] Sent: 03 July 2012 18:32 To: u-boot@lists.denx.de Cc: Marek Vasut; Prafulla Wadaskar; Wolfgang Denk Subject: [PATCH 2/2 V4] Kirkwood: Add support for Ka-Ro TK71
Signed-off-by: Marek Vasut marex@denx.de Cc: Prafulla Wadaskar prafulla@marvell.com Cc: Wolfgang Denk wd@denx.de
board/karo/tk71/Makefile | 45 +++++++++++ board/karo/tk71/kwbimage.cfg | 174 ++++++++++++++++++++++++++++++++++++++++++ board/karo/tk71/tk71.c | 166 ++++++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/tk71.h | 130 +++++++++++++++++++++++++++++++ 5 files changed, 516 insertions(+) create mode 100644 board/karo/tk71/Makefile create mode 100644 board/karo/tk71/kwbimage.cfg create mode 100644 board/karo/tk71/tk71.c create mode 100644 include/configs/tk71.h
V2: Enable hush parser V3: Fixup kirkwood_mpp_conf() arguments V4: Drop 256MB board variant support
Thanks, Applied to u-boot-marvell.git master branch
Regards... Prafulla . . .