config.mk 734 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # (C) Copyright 2002
  3. # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  4. # David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
  5. #
  6. # (C) Copyright 2008
  7. # Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de>
  8. #
  9. # SAMSUNG SMDK6400 board with mDirac3 (ARM1176) cpu
  10. #
  11. # see http://www.samsung.com/ for more information on SAMSUNG
  12. # On SMDK6400 we use the 64 MB SDRAM bank at
  13. #
  14. # 0x50000000 to 0x58000000
  15. #
  16. # Linux-Kernel is expected to be at 0x50008000, entry 0x50008000
  17. #
  18. # we load ourselves to 0x57e00000 without MMU
  19. # with MMU, load address is changed to 0xc7e00000
  20. #
  21. # download area is 0x5000c000
  22. sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
  23. ifndef CONFIG_NAND_SPL
  24. TEXT_BASE = $(RAM_TEXT)
  25. else
  26. TEXT_BASE = 0
  27. endif