config.mk 383 B

1234567891011121314
  1. #
  2. # Copyright 2010 Freescale Semiconductor, Inc.
  3. #
  4. # This program is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU General Public License as published by the Free
  6. # Software Foundation; either version 2 of the License, or (at your option)
  7. # any later version.
  8. #
  9. ifndef TEXT_BASE
  10. TEXT_BASE = 0xeff80000
  11. endif
  12. RESET_VECTOR_ADDRESS = 0xeffffffc