From f4a78b7d370b0583b4ec165d482f17fc36fe5681 Mon Sep 17 00:00:00 2001 From: Vignesh Raghavendra Date: Mon, 20 Feb 2023 10:03:09 +0530 Subject: board: ti:am62x: Drop duplicate boot_fit var update This is already handled as part of misc_init_r() under mach-k3 common code. Signed-off-by: Vignesh Raghavendra --- board/ti/am62x/evm.c | 4 ---- 1 file changed, 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 -- cgit v1.2.3