编译U-BOOT1.1.4时出现
1.    hardware FP, whereas armboot uses software FP错误
需要删除CFLAGS参数中的-msoft-float或在最后链接时添加 --no-warn-mismatch参数
2.     relocation truncated to fit: R_ARM_PLT32 __div0 错误 需要在CFLAGS参数中添加 –fPIC参数