1. 24 7月, 2009 1 次提交
  2. 23 7月, 2009 1 次提交
  3. 21 7月, 2009 2 次提交
  4. 20 7月, 2009 1 次提交
    • M
      push CROSS_COMPILE out to $(ARCH)_config.mk · 1ea6bcd8
      Mike Frysinger 提交于
      Each arch should handle setting a proper default CROSS_COMPILE value in
      their own config.mk file rather than having to maintain a large ugly list
      in the Makefile.  By using conditional assignment, we don't have to worry
      about the variable already being set (env/cmdline/etc...).
      
      The common config.mk file takes care of exporting CROSS_COMPILE already,
      and while a few variables (toolchain ones) utilize CROSS_COMPILE before
      including the arch config.mk, they do so with deferred assignment.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      1ea6bcd8
  5. 19 7月, 2009 4 次提交
  6. 18 7月, 2009 1 次提交
  7. 17 7月, 2009 1 次提交
    • S
      Remove legacy NAND and disk on chip code. · be33b046
      Scott Wood 提交于
      Legacy NAND had been scheduled for removal.  Any boards that use this
      were already not building in the previous release due to an #error.
      
      The disk on chip code in common/cmd_doc.c relies on legacy NAND,
      and it has also been removed.  There is newer disk on chip code
      in drivers/mtd/nand; someone with access to hardware and sufficient
      time and motivation can try to get that working, but for now disk
      on chip is not supported.
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      be33b046
  8. 12 7月, 2009 2 次提交
  9. 11 7月, 2009 4 次提交
  10. 08 7月, 2009 2 次提交
  11. 07 7月, 2009 6 次提交
  12. 02 7月, 2009 1 次提交
  13. 23 6月, 2009 1 次提交
  14. 21 6月, 2009 2 次提交
  15. 16 6月, 2009 1 次提交
  16. 15 6月, 2009 10 次提交