Skip to content

Commit

Permalink
[POWERPC] Select u-image as default image for Linkstation
Browse files Browse the repository at this point in the history
Fixes image build error:

ln: accessing `arch/powerpc/boot/zImage': No such file or directory
make[1]: *** [arch/powerpc/boot/zImage] Error 1
make: *** [zImage] Error 2

Signed-off-by: Segher Boessenkool <[email protected]>
Acked-by: G. Liakhovetski <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
segher authored and kumargala committed Mar 8, 2007
1 parent aea12b7 commit 49fdf3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/embedded6xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ config LINKSTATION
select MPIC
select FSL_SOC
select PPC_UDBG_16550 if SERIAL_8250
select DEFAULT_UIMAGE
help
Select LINKSTATION if configuring for one of PPC- (MPC8241)
based NAS systems from Buffalo Technology. So far only
Expand Down

0 comments on commit 49fdf3f

Please sign in to comment.