[U-Boot] [PATCH V6 0/4] update SMDK2410 port

David Müller d.mueller at elsoft.ch
Fri Mar 25 09:28:02 CET 2011


This patch serie brings the SMDK2410 port in sync with the latest U-Boot
version by doing the following:
 - do the necessary adjustments to support the ARM relocation feature
 - use the CFI flash driver (and removing the old one)
 - remove the unneeded config.mk file
 - various cleanups/code style fixes

---

 board/samsung/smdk2410/Makefile   |    2 +-
 board/samsung/smdk2410/config.mk  |   25 ---
 board/samsung/smdk2410/flash.c    |  433 -------------------------------------
 board/samsung/smdk2410/smdk2410.c |   73 ++++---
 include/configs/smdk2410.h        |  181 ++++++++++------
 5 files changed, 166 insertions(+), 548 deletions(-)

Changes for V2:
 - deleted config.mk

Changes for V3:
 - adjusted patch meta info

Changes for V4:
 - split patch into smaller pieces

Changes for V5:
 - prefix patches with SMDK2410
 - additional tabulator cleanup in smdk2410.h

Changes for V6:
 - remove unneeded #undef CONFIG_SYS_ARM_WITHOUT_RELOC
   in smdk2410.h



More information about the U-Boot mailing list