Kconfig 224 B

12345678910111213141516
  1. if TARGET_MALTA
  2. config SYS_BOARD
  3. default "malta"
  4. config SYS_VENDOR
  5. default "imgtec"
  6. config SYS_CONFIG_NAME
  7. default "malta"
  8. config SYS_TEXT_BASE
  9. default 0xbe000000 if 32BIT
  10. default 0xffffffffbe000000 if 64BIT
  11. endif