
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 | 182 ++++++++++------ 5 files changed, 167 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 clenup in smdk2410.h