mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Merge git://git.denx.de/u-boot-sunxi
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user