
Hi,
I modified u-boot-1.1.4 to booting from NAND flash on s3c2410 and it works fine. After applying my patches to u-boot current source(from git), then it doesn't work :( I added CFG_NAND_LEGACY in include/configs/smdk2410.h and added BOARDLIBS = drivers/nand_legacy/libnand_legacy.a in board/smdk2410/config.mk. Did I miss something else? Thanks.
Regards, Joe.

In message 67a3f13e0604040040u2d04a749ved7edeffa53444c5@mail.gmail.com you wrote:
I modified u-boot-1.1.4 to booting from NAND flash on s3c2410 and it works fine. After applying my patches to u-boot current source(from git), then it doesn't work :(
Well, the whole code has been heavily changed...
I added CFG_NAND_LEGACY in include/configs/smdk2410.h and added BOARDLIBS = drivers/nand_legacy/libnand_legacy.a in board/smdk2410/config.mk.
Any special reason for not using the current NAND code? IMHO it makes little sense to put effort in the old legacy code which will be removed soon (eventually by the end of the month or so...)
Best regards,
Wolfgang Denk
participants (2)
-
Joe Culler
-
Wolfgang Denk