TEGRA: Add support for MULTIDELAY option.

This commit is contained in:
Michal Meloun 2016-09-29 11:13:51 +00:00
parent 99eca1b2b3
commit 92fa5c23d9
2 changed files with 2 additions and 1 deletions

View File

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

View File

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