TEGRA: Add support for MULTIDELAY option.
This commit is contained in:
parent
99eca1b2b3
commit
92fa5c23d9
@ -26,6 +26,7 @@ ident TEGRA124
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM # Platform based SoC
|
||||
options PLATFORM_SMP
|
||||
options MULTIDELAY
|
||||
options SMP # Enable multiple cores
|
||||
options LINUX_BOOT_ABI
|
||||
|
||||
|
@ -153,4 +153,4 @@ static platform_method_t tegra124_methods[] = {
|
||||
PLATFORMMETHOD_END,
|
||||
};
|
||||
|
||||
FDT_PLATFORM_DEF(tegra124, "Nvidia Jetson-TK1", 0, "nvidia,jetson-tk1", 0);
|
||||
FDT_PLATFORM_DEF(tegra124, "Nvidia Jetson-TK1", 0, "nvidia,jetson-tk1", 120);
|
||||
|
Loading…
Reference in New Issue
Block a user