diff --git a/bootloader/l4t/l4t.c b/bootloader/l4t/l4t.c index 839eb89..75a2f4a 100644 --- a/bootloader/l4t/l4t.c +++ b/bootloader/l4t/l4t.c @@ -34,8 +34,8 @@ * 2: Arachne Register Cell v1. * 3: Arachne Register Cell v2. PTSA Rework support. */ -#define L4T_LOADER_API_REV 3 -#define L4T_FIRMWARE_REV 0x33524556 // REV3. +#define L4T_LOADER_API_REV 4 +#define L4T_FIRMWARE_REV 0x34524556 // REV4. #ifdef DEBUG_UART_PORT #include @@ -944,13 +944,6 @@ void launch_l4t(const ini_sec_t *ini_sec, int entry_idx, int is_list, bool t210b return; } - // U-BOOT does not support exfat. - if (sd_fs.fs_type == FS_EXFAT) - { - _l4t_crit_error("exFAT not supported", false); - return; - } - // Load BL31 (ATF/TrustZone fw). if (!_l4t_sd_load(BL31_FW)) {