[U-Boot] [PATCH V4 0/4] update SMDK2410 port
David Müller
d.mueller at elsoft.ch
Sat Mar 12 09:45:28 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
---
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 | 178 ++++++++++-----
5 files changed, 165 insertions(+), 546 deletions(-)
Changes for V2:
- deleted config.mk
Changes for V3:
- adjusted patch meta info
Changes for V4:
- split patch into smaller pieces
More information about the U-Boot
mailing list