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:
parent
65be9c9af9
commit
d654c8053d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306491
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user