config.mk 561 B

123456789101112131415161718192021222324252627282930313233
  1. LDSCRIPT := $(SRCTREE)/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
  2. ifdef CONFIG_EDB9301
  3. CONFIG_SYS_TEXT_BASE = 0x05700000
  4. endif
  5. ifdef CONFIG_EDB9302
  6. CONFIG_SYS_TEXT_BASE = 0x05700000
  7. endif
  8. ifdef CONFIG_EDB9302A
  9. CONFIG_SYS_TEXT_BASE = 0xc5700000
  10. endif
  11. ifdef CONFIG_EDB9307
  12. CONFIG_SYS_TEXT_BASE = 0x01f00000
  13. endif
  14. ifdef CONFIG_EDB9307A
  15. CONFIG_SYS_TEXT_BASE = 0xc1f00000
  16. endif
  17. ifdef CONFIG_EDB9312
  18. CONFIG_SYS_TEXT_BASE = 0x01f00000
  19. endif
  20. ifdef CONFIG_EDB9315
  21. CONFIG_SYS_TEXT_BASE = 0x01f00000
  22. endif
  23. ifdef CONFIG_EDB9315A
  24. CONFIG_SYS_TEXT_BASE = 0xc1f00000
  25. endif