Kconfig 592 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. if TARGET_AX25_AE350
  2. config SYS_CPU
  3. default "ax25"
  4. config SYS_BOARD
  5. default "ax25-ae350"
  6. config SYS_VENDOR
  7. default "AndesTech"
  8. config SYS_SOC
  9. default "ae350"
  10. config SYS_CONFIG_NAME
  11. default "ax25-ae350"
  12. config ENV_SIZE
  13. default 0x2000 if ENV_IS_IN_SPI_FLASH
  14. config ENV_OFFSET
  15. default 0x140000 if ENV_IS_IN_SPI_FLASH
  16. config SPL_TEXT_BASE
  17. default 0x800000
  18. config SPL_OPENSBI_LOAD_ADDR
  19. default 0x01000000
  20. config BOARD_SPECIFIC_OPTIONS # dummy
  21. def_bool y
  22. select RISCV_NDS
  23. select SUPPORT_SPL
  24. select BINMAN if SPL
  25. imply SMP
  26. imply SPL_RAM_SUPPORT
  27. imply SPL_RAM_DEVICE
  28. endif