Commit feb858012f51e672025a8c12e69077646280b68b

Authored by Sascha Silbe
Committed by Anatolij Gustschin
1 parent 1668d64439

README: document CONFIG_BOARD_SIZE_LIMIT

CONFIG_BOARD_SIZE_LIMIT was introduced by f3a14d37 [Makefile: allow
boards to check file size limits] and is in use by several boards, but
never got documented.

Signed-off-by: Sascha Silbe <t-uboot@infra-silbe.de>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

... ... @@ -4371,6 +4371,11 @@
4371 4371 later, once stdio is running and output goes to the LCD, if
4372 4372 present.
4373 4373  
  4374 +- CONFIG_BOARD_SIZE_LIMIT:
  4375 + Maximum size of the U-Boot image. When defined, the
  4376 + build system checks that the actual size does not
  4377 + exceed it.
  4378 +
4374 4379 Low Level (hardware related) configuration options:
4375 4380 ---------------------------------------------------
4376 4381