
12 Mar
2011
12 Mar
'11
9:45 a.m.
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