diff options
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/common/fpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/common/fpga.c b/board/siemens/common/fpga.c index 48c185082f8..ac0022e7b13 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"); |