On 10/15/25 3:23 AM, Philip Oberfichtner wrote:

[...]

@@ -550,8 +550,8 @@ config BOARD_SIZE_LIMIT
        default 1048576 if RCAR_64
        depends on HAS_BOARD_SIZE_LIMIT
        help
-         Maximum size of the U-Boot image. When defined, the build system
-         checks that the actual size does not exceed it.  This does not
+         Maximum size of the U-Boot image. The build system will throw an
+         error if the actual image size exceeds this value. This does not

Simply keep the original text with "check" keyword in it, and drop the "When defined" part, since this is now gated by the HAS_... symbols, then reuse the same for SPL/TPL/VPL :

"
The build system checks that the actual image size does not exceed this value.
"

or this if you want the error out part in there:

"
The build system checks that the actual image size does not exceed this value, and fails the build if it does.
"

Reply via email to