Merge git://git.denx.de/u-boot-sunxi

This commit is contained in:
Tom Rini
2018-01-26 13:22:40 -05:00
11 changed files with 24 additions and 2 deletions

View File

@ -397,6 +397,7 @@ menu "Memory commands"
config CMD_CRC32
bool "crc32"
select HASH
default n if ARCH_SUNXI
default y
help
Compute CRC32.
@ -538,6 +539,7 @@ config CMD_LZMADEC
config CMD_UNZIP
bool "unzip"
default n if ARCH_SUNXI
default y if CMD_BOOTI
help
Uncompress a zip-compressed memory region.
@ -746,12 +748,14 @@ config CMD_I2C
config CMD_LOADB
bool "loadb"
default n if ARCH_SUNXI
default y
help
Load a binary file over serial line.
config CMD_LOADS
bool "loads"
default n if ARCH_SUNXI
default y
help
Load an S-Record file over serial line
@ -1134,6 +1138,7 @@ config CMD_GETTIME
# TODO: rename to CMD_SLEEP
config CMD_MISC
bool "sleep"
default n if ARCH_SUNXI
default y
help
Delay execution for some time