config.mk 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # (C) Copyright 2006
  3. # Texas Instruments, <www.ti.com>
  4. #
  5. # (C) Copyright 2009
  6. # Frederik Kriewitz <frederik@kriewitz.eu>
  7. #
  8. # DevKit8000 uses OMAP3 (ARM-CortexA8) cpu
  9. # see http://www.ti.com/ for more information on Texas Instruments
  10. #
  11. # See file CREDITS for list of people who contributed to this
  12. # project.
  13. #
  14. # This program is free software; you can redistribute it and/or
  15. # modify it under the terms of the GNU General Public License as
  16. # published by the Free Software Foundation; either version 2 of
  17. # the License, or (at your option) any later version.
  18. #
  19. # This program is distributed in the hope that it will be useful,
  20. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. # GNU General Public License for more details.
  23. #
  24. # You should have received a copy of the GNU General Public License
  25. # along with this program; if not, write to the Free Software
  26. # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  27. # MA 02111-1307 USA
  28. #
  29. # Physical Address:
  30. # 8000'0000 (bank0)
  31. # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000
  32. # (mem base + reserved)
  33. # For use with external or internal boots.
  34. CONFIG_SYS_TEXT_BASE = 0x80e80000