summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-09-02 15:17:12 -0500
committerAnand Gadiyar <gadiyar@ti.com>2022-09-08 15:41:24 -0500
commitf0697d2af84c8f86856f66c8906c24232480134d (patch)
treebad177986cb8d22fc28c7411e2f511613ffc6faf /board
parenta7fc788aa1400b80c36b146efb9d39a7dff10ad2 (diff)
arm: mach-k3: common: Set boot_fit on non-GP devices
This matches what we did for pre-K3 devices. Will allow us to build boot commands that can check for our device type at runtime. Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/am64x/evm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c
index d78fb381be..36b7712add 100644
--- a/board/ti/am64x/evm.c
+++ b/board/ti/am64x/evm.c
@@ -428,10 +428,6 @@ int board_late_init(void)
probe_daughtercards();
}
- /* Default FIT boot on non-GP devices */
- if (get_device_type() != K3_DEVICE_TYPE_GP)
- env_set("boot_fit", "1");
-
return 0;
}
#endif