Hi,

How should I upgrade my .config files when upgrading to 3.9-rc1?

So far I have been doing it like this:

        cp <old config from previous kernel release> .config
        make ARCH=arm oldnoconfig
        <compile>

But now I see that none of my boards boot up... Except OMAP1 (well, after
fixing the build issues). I believe this is because ARCH_MULTIPLATFORM
changes. I can always redo my configs with menuconfig, it's a PITA job...

So I guess .config files are not supposed to be upwards compatible?

A.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to