• David Woodhouse's avatar
    [POWERPC] Efika: Really, don't pretend to be CHRP · 7f4392cd
    David Woodhouse authored
    Fedora 9 works on Efika without the separate 'device-tree supplement',
    thanks to the kernel's own fixups. With one exception -- because 'CHRP'
    still appears on the 'machine:' line in /proc/cpuinfo, the installer
    misdetects the platform and misconfigures yaboot, putting it into a PReP
    boot partition instead of in the /boot filesystem where the Efika's
    firmware could find it.
    
    The kernel's fixups for Efika already correct one instance of 'chrp', in
    the 'device_type' property. This fixes it in the 'CODEGEN,description'
    property too, since that's what's exposed to userspace in /proc/cpuinfo.
    Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
    Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    7f4392cd
prom_init.c 67.6 KB