Skip to content

Commit

Permalink
Merge branch 'nano-v2018.01' of github.com:Lichee-Pi/u-boot into nano…
Browse files Browse the repository at this point in the history
…-lcd800480
  • Loading branch information
xiahui committed Sep 28, 2018
2 parents c272f60 + 013ca45 commit d83b2fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -867,7 +867,7 @@ endif
@# Check that this build does not use CONFIG options that we do not
@# know about unless they are in Kconfig. All the existing CONFIG
@# options are whitelisted, so new ones should not be added.
$(call cmd,cfgcheck,u-boot.cfg)
# $(call cmd,cfgcheck,u-boot.cfg)

PHONY += dtbs
dtbs: dts/dt.dtb
Expand Down
2 changes: 0 additions & 2 deletions cmd/Kconfig
Expand Up @@ -748,14 +748,12 @@ 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
Expand Down

0 comments on commit d83b2fe

Please sign in to comment.