defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_
authorMatt Weber <matthew.weber@rockwellcollins.com>
Wed, 7 Oct 2020 13:20:51 +0000 (08:20 -0500)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 7 Oct 2020 19:23:28 +0000 (21:23 +0200)
commit6ea9f662a03e0f4b4a9000a25095b8e6293b07b6
tree4917d0e660b671664e549995f589caf92abd2d3f
parentad5865f94e6114fc75cf66a51b5793acee0fa73b
defconfigs: use BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_

For defconfigs that create a boot script, add the host package
uboot-tools and update the script variable names.

Add BR2_PACKAGE_HOST_UBOOT_TOOLS=y just before the existing
BR2_TARGET_UBOOT_BOOT_SCRIPT option. Note that for the defconfigs that
are not manually formatted (i.e. just the result of 'make
savedefconfig'), this puts them in the wrong place. However, it's easier
this way, and it's more consistent in general to have the definition of
the script close to BR2_TARGET_UBOOT itself.

Special cases:
- nanopi_* had the definition of the _SCRIPT variable in a weird place.
  These are moved to close to BR2_TARGET_UBOOT.
- Same for orangepi_plus.
- orangpi_pc_* already had BR2_PACKAGE_HOST_UBOOT_TOOLS=y so it's not
  added there.

Related to db2b6841263c3062fa1661dcfda3110415779fa2

Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
36 files changed:
configs/bananapi_m1_defconfig
configs/bananapi_m2_plus_defconfig
configs/bananapi_m2_ultra_defconfig
configs/bananapi_m2_zero_defconfig
configs/bananapi_m64_defconfig
configs/cubieboard2_defconfig
configs/friendlyarm_nanopi_a64_defconfig
configs/friendlyarm_nanopi_neo2_defconfig
configs/licheepi_zero_defconfig
configs/nanopi_m1_defconfig
configs/nanopi_m1_plus_defconfig
configs/nanopi_neo_defconfig
configs/nanopi_r1_defconfig
configs/nitrogen6sx_defconfig
configs/nitrogen6x_defconfig
configs/nitrogen7_defconfig
configs/odroidc2_defconfig
configs/olimex_a10_olinuxino_lime_defconfig
configs/olimex_a20_olinuxino_lime2_defconfig
configs/olimex_a20_olinuxino_lime_defconfig
configs/olimex_a20_olinuxino_micro_defconfig
configs/olimex_a33_olinuxino_defconfig
configs/olimex_a64_olinuxino_defconfig
configs/orangepi_lite_defconfig
configs/orangepi_one_defconfig
configs/orangepi_pc2_defconfig
configs/orangepi_pc_defconfig
configs/orangepi_pc_plus_defconfig
configs/orangepi_plus_defconfig
configs/orangepi_prime_defconfig
configs/orangepi_r1_defconfig
configs/orangepi_win_defconfig
configs/orangepi_zero_defconfig
configs/orangepi_zero_plus2_defconfig
configs/pine64_defconfig
configs/pine64_sopine_defconfig