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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot