diff options
| author | Tom Rini <trini@konsulko.com> | 2017-10-22 19:21:04 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2017-10-22 19:21:04 -0400 |
| commit | ce0dea889a01d06bdc2d845fd03e90bcf8b49fec (patch) | |
| tree | fe69fbe584279b54c984061608cd7e6415a17418 /include | |
| parent | 23d51bef94aacd0ad4dcbdb31e66acd82def13eb (diff) | |
| parent | 624c0954c7be03d92a20170ffc551ca7e9853e16 (diff) | |
| download | u-boot-ce0dea889a01d06bdc2d845fd03e90bcf8b49fec.tar.gz u-boot-ce0dea889a01d06bdc2d845fd03e90bcf8b49fec.tar.xz u-boot-ce0dea889a01d06bdc2d845fd03e90bcf8b49fec.zip | |
Merge git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 515024c98e..6f4d67ea8a 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -97,6 +97,7 @@ #define CONFIG_LOADADDR 0x84000000 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR +#define CONFIG_SYS_BOOTM_LEN (32 << 20) #define CONFIG_CMDLINE_EDITING /* add command line history */ @@ -190,7 +191,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ - "verify=n\0" \ "initrd_high=0xffffffffffffffff\0" \ "nor_base=0x42000000\0" \ "sramupdate=setexpr tmp_addr $nor_base + 0x50000 &&" \ |
