Skip to content

Commit

Permalink
cmd: crc32: 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.

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 70c56c1 commit b024360
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 @@ -397,6 +397,7 @@ menu "Memory commands"
config CMD_CRC32
bool "crc32"
select HASH
default n if ARCH_SUNXI
default y
help
Compute CRC32.
Expand Down

0 comments on commit b024360

Please sign in to comment.