현재 u-boot를 쓰고 있는 보드에 ez-boot를 포팅 하고 있습니다. s3c2443  이구요

부트로더를 쓸때 주소가 이렇게 됩니다.  NAND 부팅 인것 같은데 ...

저기 c0000000 이 주소를 ez-boot는 어디에서 셋팅해 주어야 합니까?

 

 u-boot writing
    tftp c0000000 u-boot
    nand erase 0 40000
    nand write c0000000 0 40000

 zImage writing
    tftp c0000000 zImage
    nand erase 40000 1c0000
    nand write c0000000 40000 1c0000

  flesystem writing
    tftp c0000000 test.cramfs
    nand erase 200000 3000000
    nand write c0000000 200000 3000000