mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 10:29:52 +00:00
bcm2708: Drop CMA alignment from FKMS mode as well.
I dropped it from KMS mode in d88274d88e
and should have done both of them at that time.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -11,35 +11,35 @@
|
|||||||
fragment@0 {
|
fragment@0 {
|
||||||
target-path = "/chosen";
|
target-path = "/chosen";
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
bootargs = "cma=256M@256M";
|
bootargs = "cma=256M";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fragment@1 {
|
fragment@1 {
|
||||||
target-path = "/chosen";
|
target-path = "/chosen";
|
||||||
__dormant__ {
|
__dormant__ {
|
||||||
bootargs = "cma=192M@256M";
|
bootargs = "cma=192M";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fragment@2 {
|
fragment@2 {
|
||||||
target-path = "/chosen";
|
target-path = "/chosen";
|
||||||
__dormant__ {
|
__dormant__ {
|
||||||
bootargs = "cma=128M@128M";
|
bootargs = "cma=128M";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fragment@3 {
|
fragment@3 {
|
||||||
target-path = "/chosen";
|
target-path = "/chosen";
|
||||||
__dormant__ {
|
__dormant__ {
|
||||||
bootargs = "cma=96M@128M";
|
bootargs = "cma=96M";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fragment@4 {
|
fragment@4 {
|
||||||
target-path = "/chosen";
|
target-path = "/chosen";
|
||||||
__dormant__ {
|
__dormant__ {
|
||||||
bootargs = "cma=64M@64M";
|
bootargs = "cma=64M";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user