]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/arm64/booting.txt
Documentation/arm64: clarify requirements for DTB placement
[karo-tx-linux.git] / Documentation / arm64 / booting.txt
index 5273c4d60e656ade8e4bbc8852c105ed8cdd2b24..98df4a03807e7c4ab02c7a27f4c46272f3bd12df 100644 (file)
@@ -45,9 +45,9 @@ sees fit.)
 
 Requirement: MANDATORY
 
-The device tree blob (dtb) must be no bigger than 2 megabytes in size
-and placed at a 2-megabyte boundary within the first 512 megabytes from
-the start of the kernel image. This is to allow the kernel to map the
+The device tree blob (dtb) must be placed on an 8-byte boundary within
+the first 512 megabytes from the start of the kernel image and must not
+cross a 2-megabyte boundary. This is to allow the kernel to map the
 blob using a single section mapping in the initial page tables.