summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSascha Silbe <t-uboot@infra-silbe.de>2013-08-11 16:40:43 +0200
committerAnatolij Gustschin <agust@denx.de>2014-08-14 15:57:08 +0200
commitfeb858012f51e672025a8c12e69077646280b68b (patch)
tree40eea35974630104e273f9b9da3717325023e241 /README
parent1668d64439ecf4af64d5de2e24bb3d7c4e643b25 (diff)
downloadblackbird-obmc-uboot-feb858012f51e672025a8c12e69077646280b68b.tar.gz
blackbird-obmc-uboot-feb858012f51e672025a8c12e69077646280b68b.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 4fd87949cd..5c85fe0f91 100644
--- a/README
+++ b/README
@@ -4371,6 +4371,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:
---------------------------------------------------
OpenPOWER on IntegriCloud