Enable MULTIDELAY in the i.MX5 kernel configs. This will help adding them

to GENERIC.
This commit is contained in:
andrew 2017-06-03 15:39:23 +00:00
parent 236ad0ee12
commit 5c929f71eb
4 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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);