X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx6%2Ftx6qdl.c;h=271ceb6dfd97fa533b00a51239339e50240d027f;hp=382c986e48fa1c1699c03818a83f2633927fbb7a;hb=864bb11dc08db8a902262b7be91cb6f15aae83f9;hpb=f5c18e190e3cecede1a413a889c84aec9cc6d34f diff --git a/board/karo/tx6/tx6qdl.c b/board/karo/tx6/tx6qdl.c index 382c986e48..271ceb6dfd 100644 --- 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__);