mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 10:57:47 +00:00
ipq807x: fix vmalloc on wf196
the built in wifi failed to start Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
#ifdef __IPQ_MEM_PROFILE_256_MB__
|
#ifdef __IPQ_MEM_PROFILE_256_MB__
|
||||||
bootargs-append = " swiotlb=1";
|
bootargs-append = " swiotlb=1";
|
||||||
#else
|
#else
|
||||||
bootargs-append = " swiotlb=1 coherent_pool=2M";
|
bootargs-append = " swiotlb=1 coherent_pool=2M vmalloc=600M";
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user