summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Zhang <jimmzhang@nvidia.com>2012-04-27 17:42:54 -0700
committerSimon Glass <sjg@chromium.org>2012-04-30 21:52:18 -0700
commitbeb13227f8756d4dcb0fec297398a16d0019f4ab (patch)
treea1bf9d986997b8297698aba7bd3bcac9c825b819
parent9e84c43e53980d862bba2fbb1095dd8793020743 (diff)
arm: tegra2: seaboard: Enable CRC32 v option
The cros_write_firmware has updated flash script command 'crc32' with -v option. To support this change, u-boot needs to be built with CONFIG_CRC32_VERIFY for seaboard. BUG=none TEST=run cros_write_firmware with local build u-boot. Change-Id: I49046ce2424c4624a335af32051421e44bd388bb Signed-off-by: Jimmy Zhang <jimmzhang@nvidia.com> Reviewed-on: https://gerrit.chromium.org/gerrit/21420 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mark Zhang <markz@nvidia.com> Reviewed-by: Wei Ni <wni@nvidia.com>
-rw-r--r--include/configs/seaboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 5e68faca3f..223beaea77 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -38,6 +38,9 @@
#include "tegra2-common.h"
+/* So our flasher can verify that all is well */
+#define CONFIG_CRC32_VERIFY
+
#ifndef CONFIG_OF_CONTROL
/* Things in here are defined by the device tree now. Let it grow! */