1. 28 11月, 2010 1 次提交
    • S
      83xx: Fix NAND_SPL link address · f1c574d4
      Scott Wood 提交于
      Apply the same fix for 83xx as was done for 85xx in commit
      96196a1f.
      
      Without this, NAND SPLs are built with the text base intended for the main
      image, resulting in a broken, very large u-boot-nand.bin.
      
      The block of defines for NAND boot is moved closer to where
      CONFIG_SYS_TEXT_BASE is defined.  We can't directly use
      CONFIG_SYS_NAND_U_BOOT_DST in the definition of CONFIG_SYS_TEXT_BASE because
      autoconf.mk will include the literal text "CONFIG_SYS_NAND_U_BOOT_DST",
      but at least keep them close and point out that they're supposed to be
      the same.
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      f1c574d4
  2. 27 11月, 2010 21 次提交
  3. 25 11月, 2010 1 次提交
  4. 20 11月, 2010 17 次提交