More platform updates - the serial line in integratorcp kernel still does
not work for me, nevertheless. svn path=/nixpkgs/trunk/; revision=20153
This commit is contained in:
parent
8c82537f9a
commit
bc939a87b4
@ -60,6 +60,12 @@ with pkgs;
|
|||||||
kernelArch = "arm";
|
kernelArch = "arm";
|
||||||
kernelAutoModules = false;
|
kernelAutoModules = false;
|
||||||
kernelTarget = "zImage";
|
kernelTarget = "zImage";
|
||||||
|
kernelExtraConfig =
|
||||||
|
''
|
||||||
|
MMC_ARMMMCI y
|
||||||
|
MMC_SDHCI y
|
||||||
|
SERIO_AMBAKMI y
|
||||||
|
'';
|
||||||
uboot = null;
|
uboot = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -76,6 +82,12 @@ with pkgs;
|
|||||||
SERIAL_AMBA_PL011_CONSOLE y
|
SERIAL_AMBA_PL011_CONSOLE y
|
||||||
SERIAL_AMBA_PL010 n
|
SERIAL_AMBA_PL010 n
|
||||||
SERIAL_AMBA_PL010_CONSOLE n
|
SERIAL_AMBA_PL010_CONSOLE n
|
||||||
|
|
||||||
|
MMC_ARMMMCI y
|
||||||
|
MMC_SDHCI y
|
||||||
|
SERIO_AMBAKMI y
|
||||||
|
|
||||||
|
CPU_ARM926T y
|
||||||
'';
|
'';
|
||||||
uboot = null;
|
uboot = null;
|
||||||
ubootConfig = "integratorcp_config";
|
ubootConfig = "integratorcp_config";
|
||||||
@ -94,6 +106,12 @@ with pkgs;
|
|||||||
SERIAL_AMBA_PL011_CONSOLE y
|
SERIAL_AMBA_PL011_CONSOLE y
|
||||||
SERIAL_AMBA_PL010 n
|
SERIAL_AMBA_PL010 n
|
||||||
SERIAL_AMBA_PL010_CONSOLE n
|
SERIAL_AMBA_PL010_CONSOLE n
|
||||||
|
|
||||||
|
MMC_ARMMMCI y
|
||||||
|
MMC_SDHCI y
|
||||||
|
SERIO_AMBAKMI y
|
||||||
|
|
||||||
|
CPU_ARM926T y
|
||||||
'';
|
'';
|
||||||
uboot = uboot;
|
uboot = uboot;
|
||||||
ubootConfig = "integratorcp_config";
|
ubootConfig = "integratorcp_config";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user