config.mk 371 B

1234567891011121314151617181920212223
  1. #
  2. # LART board with SA1100 cpu
  3. #
  4. # see http://www.lart.tudelft.nl/ for more information on LART
  5. #
  6. #
  7. # LART has 4 banks of 8 MB DRAM
  8. #
  9. # c000'0000
  10. # c100'0000
  11. # c800'0000
  12. # c900'0000
  13. #
  14. # Linux-Kernel is expected to be at c000'8000, entry c000'8000
  15. #
  16. # we load ourself to c178'0000, the upper 1 MB of second bank
  17. #
  18. # download areas is c800'0000
  19. #
  20. TEXT_BASE = 0xc1780000