Kconfig 494 B

1234567891011121314151617181920212223
  1. if TARGET_WARP7
  2. config SYS_BOARD
  3. default "warp7"
  4. config SYS_CONFIG_NAME
  5. default "warp7"
  6. config WARP7_ROOT_PART
  7. int "Partition number to use for root filesystem"
  8. default 2
  9. help
  10. The partition number to use for root filesystem this is the
  11. partition that is typically specified with root=/dev/sdaX or
  12. which gets converted into a root=PARTUUID=some_uuid.
  13. config SYS_FDT_ADDR
  14. hex "FDT load address"
  15. default 0x83000000
  16. help
  17. The address the FDT file should be loaded to.
  18. endif