summaryrefslogtreecommitdiffstats
path: root/board/siemens/common/fpga.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/siemens/common/fpga.c')
-rw-r--r--board/siemens/common/fpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/common/fpga.c b/board/siemens/common/fpga.c
index 48c185082f..ac0022e7b1 100644
--- a/board/siemens/common/fpga.c
+++ b/board/siemens/common/fpga.c
@@ -160,7 +160,7 @@ static int fpga_load (fpga_t* fpga, ulong addr, int checkall)
data = (uchar*)image_get_data (hdr);
len = image_get_data_size (hdr);
- verify = getenv_verify ();
+ verify = getenv_yesno ("verify");
if (verify) {
if (!image_check_dcrc (hdr)) {
strcpy (msg, "Bad Image Data CRC");
OpenPOWER on IntegriCloud