Enable MULTIDELAY in the i.MX5 kernel configs. This will help adding them
to GENERIC.
This commit is contained in:
parent
236ad0ee12
commit
5c929f71eb
@ -31,6 +31,7 @@ options SCHED_4BSD # 4BSD scheduler
|
||||
#options MD_ROOT # MD is a potential root device
|
||||
#options NFSD # Network Filesystem Server
|
||||
options PLATFORM
|
||||
options MULTIDELAY
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# NFS root from boopt/dhcp
|
||||
|
@ -28,6 +28,7 @@ options SOC_IMX53
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
#options NFSD # Network Filesystem Server
|
||||
options PLATFORM
|
||||
options MULTIDELAY
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# kernel/memory size reduction
|
||||
|
@ -99,4 +99,4 @@ static platform_method_t imx51_methods[] = {
|
||||
PLATFORMMETHOD_END,
|
||||
};
|
||||
|
||||
FDT_PLATFORM_DEF(imx51, "i.MX51", 0, "fsl,imx51", 0);
|
||||
FDT_PLATFORM_DEF(imx51, "i.MX51", 0, "fsl,imx51", 100);
|
||||
|
@ -95,5 +95,4 @@ static platform_method_t imx53_methods[] = {
|
||||
PLATFORMMETHOD_END,
|
||||
};
|
||||
|
||||
FDT_PLATFORM_DEF(imx53, "i.MX53", 0, "fsl,imx53", 0);
|
||||
|
||||
FDT_PLATFORM_DEF(imx53, "i.MX53", 0, "fsl,imx53", 100);
|
||||
|
Loading…
x
Reference in New Issue
Block a user