From 864bb11dc08db8a902262b7be91cb6f15aae83f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 16 Nov 2015 08:56:32 +0100 Subject: [PATCH] karo: tx6: remove secure_boot fuse override which is a leftover from secure boot tests --- board/karo/tx6/tx6qdl.c | 7 ------- 1 file changed, 7 deletions(-) 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__); -- 2.39.2