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_DEBUG n
'';
kernelTarget = "uImage";
uboot = "sheevaplug";
# Only for uboot = uboot :
ubootConfig = "sheevaplug_config";
kernelTarget = "zImage";
gcc = {
arch = "armv6";
fpu = "vfp";