Commit d88274d8 authored by Eric Anholt's avatar Eric Anholt Committed by popcornmix
Browse files

BCM270X: Drop position requirement for CMA in VC4 overlay.



No longer necessary since 2aefcd57,
and will probably let peeople that want to choose a larger CMA
allocation (particularly on pi0/1).

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 9c4d459e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -13,35 +13,35 @@
	fragment@0 {
		target-path = "/chosen";
		__overlay__ {
			bootargs = "cma=256M@256M";
			bootargs = "cma=256M";
		};
	};

	fragment@1 {
		target-path = "/chosen";
		__dormant__ {
			bootargs = "cma=192M@256M";
			bootargs = "cma=192M";
		};
	};

	fragment@2 {
		target-path = "/chosen";
		__dormant__ {
			bootargs = "cma=128M@128M";
			bootargs = "cma=128M";
		};
	};

	fragment@3 {
		target-path = "/chosen";
		__dormant__ {
			bootargs = "cma=96M@128M";
			bootargs = "cma=96M";
		};
	};

	fragment@4 {
		target-path = "/chosen";
		__dormant__ {
			bootargs = "cma=64M@64M";
			bootargs = "cma=64M";
		};
	};