Config.in 444 B

1234567891011121314151617
  1. config BR2_TARGET_XLOADER
  2. bool "X-loader"
  3. depends on BR2_cortex_a8 || BR2_cortex_a9
  4. help
  5. The x-loader bootloader. It is mainly used on OMAP-based
  6. platforms.
  7. http://omappedia.org/wiki/Linux_OMAP_Kernel_Main
  8. if BR2_TARGET_XLOADER
  9. config BR2_TARGET_XLOADER_BOARDNAME
  10. string "x-loader board name"
  11. help
  12. One of x-loader supported boards to be built.
  13. This will be suffixed with _config to meet x-loader
  14. standard naming.
  15. endif