ci: disable initrd support
For baremetal CI we are using a 'dummy' rootfs as it is required by abootimg. This causes NFS boot problems when using u-boot as bootloader.
[ 13.230968] RAMDISK: gzip image found at block 0 [ 13.235645] using deprecated initrd support, will be removed in 2021. [ 13.243106] List of all partitions:
If we disable CONFIG_BLK_DEV_INITRD nfsroot works.
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com