config.mk 391 B

12345678910111213141516
  1. #
  2. # Linux-Kernel is expected to be at 1000'8000,
  3. # entry 1000'8000 (mem base + reserved)
  4. #
  5. sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
  6. ifeq ($(VOICEBLUE_SMALL_FLASH),y)
  7. # We load ourself to internal SRAM at 2001'2000
  8. # Check map file when changing TEXT_BASE.
  9. # Everything has fit into 192kB internal SRAM!
  10. TEXT_BASE = 0x20012000
  11. else
  12. # Running in SDRAM...
  13. TEXT_BASE = 0x13000000
  14. endif