1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00

RPI2: Add support for MULTIDELAY, this is needed for inclusion into GENERIC.

This commit is contained in:
Emmanuel Vadot 2016-09-30 10:21:04 +00:00
parent 65be9c9af9
commit d654c8053d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306491
2 changed files with 2 additions and 1 deletions

View File

@ -147,5 +147,5 @@ static platform_method_t bcm2836_methods[] = {
PLATFORMMETHOD_END,
};
FDT_PLATFORM_DEF(bcm2836, "bcm2836", 0, "brcm,bcm2709", 0);
FDT_PLATFORM_DEF(bcm2836, "bcm2836", 0, "brcm,bcm2709", 100);
#endif

View File

@ -30,6 +30,7 @@ options SCHED_ULE # ULE scheduler
options SMP # Enable multiple cores
options PLATFORM
options PLATFORM_SMP
options MULTIDELAY
# NFS root from boopt/dhcp
#options BOOTP