x86: image: add test module to bootloader
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Sun, 13 Jan 2019 20:39:36 +0000 (21:39 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Feb 2019 17:22:40 +0000 (18:22 +0100)
commit55b808e0c4be681a0aab565d32a70f5af06a1f8a
tree6d45fb9c416f7fce9a9732504345eda3d0884242
parentbb0e4f9fb0c101b86b1a0c2785fec9b38b19fd02
x86: image: add test module to bootloader

It was previously added in 546fced, which was part of "intel-microcode:
load as early as possible" series.
Unfortunately the conditionals added to GRUB config caused error on boot,
because on sysupgrade, bootloader is not updated and is left with old
features/modules. Since this module is needed for early microcode load
and transition to this needs to be done step by step, enable the test
module now, so that every newly created image has it already embedded.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
target/linux/x86/image/Makefile