projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c18e1
)
karo: tx6: remove secure_boot fuse override which is a leftover from secure boot...
author
Lothar Waßmann
<LW@KARO-electronics.de>
Mon, 16 Nov 2015 07:56:32 +0000
(08:56 +0100)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Mon, 16 Nov 2015 07:56:32 +0000
(08:56 +0100)
board/karo/tx6/tx6qdl.c
patch
|
blob
|
history
diff --git
a/board/karo/tx6/tx6qdl.c
b/board/karo/tx6/tx6qdl.c
index
382c986
..
271ceb6
100644
(file)
--- a/
board/karo/tx6/tx6qdl.c
+++ b/
board/karo/tx6/tx6qdl.c
@@
-1382,13
+1382,6
@@
int board_late_init(void)
{
int ret = 0;
const char *baseboard;
-#if 1
- /* override secure_boot fuse */
- struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR;
- struct fuse_bank0_regs *fuse = (void *)ocotp->bank[0].fuse_regs;
-
- writel(0x12, &fuse->cfg5);
-#endif
debug("%s@%d: \n", __func__, __LINE__);