> diff --git a/grub-core/kern/ieee1275/cmain.c b/grub-core/kern/ieee1275/cmain.c > index 20cbbd761ec3..35f2c573730f 100644 > --- a/grub-core/kern/ieee1275/cmain.c > +++ b/grub-core/kern/ieee1275/cmain.c > @@ -90,7 +90,10 @@ grub_ieee1275_find_options (void) > } > > if (rc >= 0 && grub_strncmp (tmp, "IBM", 3) == 0) > - grub_ieee1275_set_flag (GRUB_IEEE1275_FLAG_NO_TREE_SCANNING_FOR_DISKS); > + { > + grub_ieee1275_set_flag (GRUB_IEEE1275_FLAG_NO_TREE_SCANNING_FOR_DISKS); > + grub_ieee1275_set_flag > (GRUB_IEEE1275_FLAG_CAN_TRY_CAS_FOR_MORE_MEMORY); > + }
There's a bug here, I use /model to set the flag, not /compatible. The test just has to move down in the function a bit. I'll send a new spin in a couple of days once anyone interested has a chance to look at the patch. Sorry about that, thought I had checked it, not quite sure what went wrong. Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel