From: Paul Gortmaker Date: Tue, 9 Jan 2007 21:50:10 +0000 (-0500) Subject: [POWERPC] Select DEFAULT_UIMAGE for HPC-NET/8641 X-Git-Tag: v2.6.21-rc2~42^2~3^2~100 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0e47e3cca100e7c8e8124378e4e44969c2e042fd;p=linux-2.6-omap-h63xx.git [POWERPC] Select DEFAULT_UIMAGE for HPC-NET/8641 I suspect this was meant to be added like it was to a whole slew of other u-boot based boards, but probably just fell through the cracks. Add "select DEFAULT_UIMAGE" for the 8641/HPC-NET. Signed-off-by: Paul Gortmaker Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index d1ecc0f9ab5..0c70944d0e3 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig @@ -8,6 +8,7 @@ choice config MPC8641_HPCN bool "Freescale MPC8641 HPCN" select PPC_I8259 + select DEFAULT_UIMAGE help This option enables support for the MPC8641 HPCN board.