diff mbox

[U-Boot,1/3] README: document CONFIG_BOARD_SIZE_LIMIT

Message ID 1376232045-18757-2-git-send-email-t-uboot@infra-silbe.de
State Accepted
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Sascha Silbe Aug. 11, 2013, 2:40 p.m. UTC
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>
---
 README | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Anatolij Gustschin Aug. 14, 2014, 2:08 p.m. UTC | #1
On Sun, 11 Aug 2013 16:40:43 +0200
Sascha Silbe <t-uboot@infra-silbe.de> wrote:

> 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>
> ---
>  README | 5 +++++
>  1 file changed, 5 insertions(+)

applied to u-boot-staging/agust@denx.de. thanks!

Anatolij
diff mbox

Patch

diff --git a/README b/README
index a5c3e8d..760c417 100644
--- a/README
+++ b/README
@@ -3843,6 +3843,11 @@  use the "saveenv" command to store a valid environment.
 		later, once stdio is running and output goes to the LCD, if
 		present.
 
+- CONFIG_BOARD_SIZE_LIMIT:
+		Maximum size of the U-Boot image. When defined, the
+		build system checks that the actual size does not
+		exceed it.
+
 Low Level (hardware related) configuration options:
 ---------------------------------------------------