Fixing the kernel target for raspberrypi (zImage)
Removing uboot things about it too.
This commit is contained in:
parent
cf9275bba4
commit
d770ea2ad2
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user