1. 05 11月, 2013 1 次提交
  2. 17 10月, 2013 1 次提交
  3. 24 7月, 2013 1 次提交
  4. 22 10月, 2011 1 次提交
  5. 02 2月, 2011 1 次提交
  6. 27 10月, 2010 1 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  7. 08 7月, 2009 2 次提交
  8. 18 2月, 2009 1 次提交
  9. 19 10月, 2008 1 次提交
  10. 11 9月, 2008 2 次提交
  11. 13 8月, 2008 2 次提交
  12. 28 3月, 2008 1 次提交