diff options
author | Tom Rini <trini@ti.com> | 2014-08-25 08:34:39 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-25 08:34:39 -0400 |
commit | 7bee1c91a94db19bd26f92cc67be35d3592c6429 (patch) | |
tree | a8e29376b47450c7a3b653e16df3ff9f603f2ca3 /README | |
parent | 055626acba2754d3311204ad361b1828a4f8aaf6 (diff) | |
parent | 9fa7bbc126d697f1415adbac72bb7f6d978ff50d (diff) | |
download | u-boot-midas-7bee1c91a94db19bd26f92cc67be35d3592c6429.tar.gz u-boot-midas-7bee1c91a94db19bd26f92cc67be35d3592c6429.tar.bz2 u-boot-midas-7bee1c91a94db19bd26f92cc67be35d3592c6429.zip |
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1152,6 +1152,7 @@ The following options need to be configured: CONFIG_RTC_DS1307 - use Maxim, Inc. DS1307 RTC CONFIG_RTC_DS1337 - use Maxim, Inc. DS1337 RTC CONFIG_RTC_DS1338 - use Maxim, Inc. DS1338 RTC + CONFIG_RTC_DS1339 - use Maxim, Inc. DS1339 RTC CONFIG_RTC_DS164x - use Dallas DS164x RTC CONFIG_RTC_ISL1208 - use Intersil ISL1208 RTC CONFIG_RTC_MAX6900 - use Maxim, Inc. MAX6900 RTC @@ -4388,6 +4389,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: --------------------------------------------------- |