Fixing the kernel target for raspberrypi (zImage)

Removing uboot things about it too.
This commit is contained in:
Lluís Batlle i Rossell 2013-01-28 19:26:27 +00:00
parent cf9275bba4
commit d770ea2ad2

View File

@ -223,10 +223,7 @@ rec {
UBIFS_FS_ZLIB y UBIFS_FS_ZLIB y
UBIFS_FS_DEBUG n UBIFS_FS_DEBUG n
''; '';
kernelTarget = "uImage"; kernelTarget = "zImage";
uboot = "sheevaplug";
# Only for uboot = uboot :
ubootConfig = "sheevaplug_config";
gcc = { gcc = {
arch = "armv6"; arch = "armv6";
fpu = "vfp"; fpu = "vfp";