从官方u-boot2013.10移植到s5pv210
__main函数中的原uboot重定位 出错:u-boot contains relocations other than R_ARM_RELATIVE 找错:在linux系统下grep “R_ARM_RELATIVE” -nR * 发现在Makefile中出错,Makefile中有一段用于检查重定位的规则,将其屏蔽即可。