uboot#md.l 0x50 4
00000050: 20008010 eafffffe eafffffe eafffffe ... ............
uboot#
uboot#md.w 0x50 8
00000050: 8010 2000 fffe eaff fffe eaff fffe eaff ... ............
uboot#md.b 0x50 10
00000050: 10 80 00 20 fe ff ff ea fe ff ff ea fe ff ff ea ... ............
uboot#
为何uboot最后一个地址0x0000005f的值分别是fe,ff,ea呢,我是哪里理解错误,请大家帮组