lkml.org 
[lkml]   [2006]   [Jan]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 05/17] ppc32: Re-add embed_config.c to ml300/ep405
    -stable review patch.  If anyone has any objections, please let us know.
    ------------------

    Commit 3e9e7c1d0b7a36fb8affb973a054c5098e27baa8 (ppc32: cleanup AMCC PPC40x
    eval boards to support U-Boot) broke the kernel for ML300 / EP405.

    It still compiles as there's a weak definition of the function in
    misc-embedded.c, but the kernel crashes as the bd_t fixup isn't performed.

    Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
    Cc: <stable@kernel.org>
    Signed-off-by: Andrew Morton <akpm@osdl.org>
    Signed-off-by: Chris Wright <chrisw@sous-sol.org>
    ---
    arch/ppc/boot/simple/Makefile | 2 ++
    1 file changed, 2 insertions(+)

    --- linux-2.6.15.y.orig/arch/ppc/boot/simple/Makefile
    +++ linux-2.6.15.y/arch/ppc/boot/simple/Makefile
    @@ -190,6 +190,8 @@ boot-$(CONFIG_REDWOOD_5) += embed_config
    boot-$(CONFIG_REDWOOD_6) += embed_config.o
    boot-$(CONFIG_8xx) += embed_config.o
    boot-$(CONFIG_8260) += embed_config.o
    +boot-$(CONFIG_EP405) += embed_config.o
    +boot-$(CONFIG_XILINX_ML300) += embed_config.o
    boot-$(CONFIG_BSEIP) += iic.o
    boot-$(CONFIG_MBX) += iic.o pci.o qspan_pci.o
    boot-$(CONFIG_MV64X60) += misc-mv64x60.o
    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-01-13 04:22    [W:3.437 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site