Kconfig 385 B

12345678910111213141516171819
  1. if TARGET_VEXPRESS64_BASE_FVP || TARGET_VEXPRESS64_JUNO
  2. config SYS_BOARD
  3. default "vexpress64"
  4. config SYS_VENDOR
  5. default "armltd"
  6. config SYS_CONFIG_NAME
  7. default "vexpress_aemv8a"
  8. config JUNO_DTB_PART
  9. string "NOR flash partition holding DTB"
  10. default "board.dtb"
  11. help
  12. The ARM partition name in the NOR flash memory holding the
  13. device tree blob to configure U-Boot.
  14. endif