summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/ti/am62x/evm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/ti/am62x/evm.c b/board/ti/am62x/evm.c
index 8f4bb67b2c..ae9b8871d2 100644
--- a/board/ti/am62x/evm.c
+++ b/board/ti/am62x/evm.c
@@ -369,10 +369,6 @@ int board_late_init(void)
#endif
}
- /* Default FIT boot on non-GP devices */
- if (get_device_type() != K3_DEVICE_TYPE_GP)
- env_set("boot_fit", "1");
-
return 0;
}
#endif