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:
John Crispin
2022-03-15 16:24:33 +01:00
parent 73b2645027
commit 597c547101

View File

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