1. 增加Nandflash读取代码 因为要显示图片,而图片明显是放在Nandflash中比较合适,因此需要有能够操作Nandflash的函数.在U-boot中已经有能操作Nandflash的函数了,但是我找了半天也不知道该怎么调用,因此还是上自己的代码吧. #define NFCONF *(volatile unsigned int *)0x70200000 #define NFCONT *(volatile unsigned int *)0x70200004 #define NFCMMD *…