Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti
[platform/kernel/u-boot.git] / board / ti / am335x / board.c
index 555c0aa..2e4f3d1 100644 (file)
@@ -954,6 +954,8 @@ int board_fit_config_name_match(const char *name)
                return 0;
        else if (board_is_icev2() && !strcmp(name, "am335x-icev2"))
                return 0;
+       else if (board_is_bben() && !strcmp(name, "am335x-sancloud-bbe"))
+               return 0;
        else
                return -1;
 }