|
@@ -132,7 +132,7 @@ static inline long load(long dev, unsigned long addr, unsigned long count)
|
|
if (result)
|
|
if (result)
|
|
srm_printk("Boot file specification (%s) not implemented\n",
|
|
srm_printk("Boot file specification (%s) not implemented\n",
|
|
bootfile);
|
|
bootfile);
|
|
- return callback_read(dev, count, addr, boot_size/512 + 1);
|
|
|
|
|
|
+ return callback_read(dev, count, (void *)addr, boot_size/512 + 1);
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|