Skip to content

Commit

Permalink
cmd: misc: Disable by default on sunXi
Browse files Browse the repository at this point in the history
The sunXi arm64 build has overflown, leading to the main U-boot binary
overwriting the environment when flashing the new image, or even worse,
overwriting itself when we're calling saveenv.

Disable this command that is not critical until we can adress the issue
properly.

Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
  • Loading branch information
mripard authored and openedev committed Jan 26, 2018
1 parent e302ede commit 07dc22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1138,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
Expand Down

0 comments on commit 07dc22d

Please sign in to comment.