diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-30 14:42:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-30 14:42:26 +0100 |
commit | 267aa2df85c912acba5e56f5bb4629cd5326b051 (patch) | |
tree | eb29b611e1831b906b5db4c0e0b0dc70b768fb2a /packages/kexecboot/initramfs-kexecboot-image.bb | |
parent | 9fba646c971c06e229355a0888511128101b20e1 (diff) |
initramfs-kexecboot-image: specify custom device tables from hx4700 and h2200 since those are from the pre dynamic mmc dark ages
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" |