Kconfig 570 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. imply SMP
  25. imply SPL_RAM_SUPPORT
  26. imply SPL_RAM_DEVICE
  27. endif