Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[oweals/u-boot.git] / board / toradex / apalis_imx6 / do_fuse.c
index cff07e9e69c601d88f5c64fd219f4a2f1943b27e..22d191f52ae0db3b72995420647aec6d450405ee 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2014-2016, Toradex AG
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -30,7 +29,7 @@ static int mfgr_fuse(void)
                return CMD_RET_FAILURE;
        }
        /* boot cfg */
-       fuse_prog(0, 5, 0x00005072);
+       fuse_prog(0, 5, 0x00005062);
        /* BT_FUSE_SEL */
        fuse_prog(0, 6, 0x00000010);
        return CMD_RET_SUCCESS;