1 config BR2_TARGET_S500_BOOTLOADER
4 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
5 select BR2_HOSTARCH_NEEDS_IA32_LIBS
7 1st level bootloader for Actions Semiconductor S500 SoC.
9 https://github.com/xapp-le/owl
11 config BR2_TARGET_S500_BOOTLOADER_BOARD
12 string "board to configure for"
13 depends on BR2_TARGET_S500_BOOTLOADER
15 Specify the board to configure the bootloader for.
16 This should be the name of a directory under s500/boards
17 containing a suitable bootloader.ini file.