Skip to content
Snippets Groups Projects
  1. Jul 01, 2013
  2. May 10, 2013
  3. Mar 22, 2013
  4. Mar 11, 2013
  5. Mar 08, 2013
  6. Jan 29, 2013
  7. Dec 20, 2012
  8. Dec 10, 2012
  9. Oct 23, 2012
  10. Sep 01, 2012
  11. Jul 07, 2012
  12. Jun 20, 2012
  13. May 15, 2012
  14. Jan 16, 2012
  15. Dec 06, 2011
  16. Oct 05, 2011
  17. Sep 04, 2011
  18. Aug 04, 2011
  19. May 12, 2011
  20. Apr 27, 2011
  21. Feb 01, 2011
  22. Dec 11, 2010
  23. Nov 19, 2010
  24. Nov 04, 2010
  25. Oct 26, 2010
    • Wolfgang Denk's avatar
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      Acked-by: default avatarKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  26. Oct 18, 2010
Loading