Kconfig 317 B

123456789101112131415161718192021222324
  1. if TARGET_XEA
  2. config SYS_BOARD
  3. default "xea"
  4. config SYS_VENDOR
  5. default "liebherr"
  6. config SYS_SOC
  7. default "mxs"
  8. config SYS_CONFIG_NAME
  9. default "xea"
  10. config ENV_SIZE
  11. default 0x2000
  12. config ENV_SECT_SIZE
  13. default 0x10000 if ENV_IS_IN_SPI_FLASH
  14. config ENV_OFFSET
  15. default 0x80000 if ENV_IS_IN_SPI_FLASH
  16. endif