diff options
Diffstat (limited to 'packages/kexecboot/initramfs-kexecboot-image.bb')
-rw-r--r-- | packages/kexecboot/initramfs-kexecboot-image.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb index 6c3a76bf78..3fc3c93f3e 100644 --- a/packages/kexecboot/initramfs-kexecboot-image.bb +++ b/packages/kexecboot/initramfs-kexecboot-image.bb @@ -4,6 +4,10 @@ ONLINE_PACKAGE_MANAGEMENT = "none" IMAGE_FSTYPES += " cpio.gz" inherit image +# These devices need mmcblk* to be 254 instead of 179 +IMAGE_DEVICE_TABLES_hx4700 = "device_table-oldmmc.txt" +IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" + export IMAGE_BASENAME = "initramfs-kexecboot-image" IMAGE_INSTALL = "kexecboot" |