mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
RPI2: Add support for MULTIDELAY, this is needed for inclusion into GENERIC.
This commit is contained in:
parent
65be9c9af9
commit
d654c8053d
2 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue