]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/am335x/board.c
ARM: dts: AM335x-BBG: Add initial support
[people/ms/u-boot.git] / board / ti / am335x / board.c
index 89b12a57daa78ad4e6ab5d77c4d0f28e1f277dc4..579b4ef8271a9c566ff067f8bbd3c333a32ab25e 100644 (file)
@@ -644,6 +644,8 @@ int board_fit_config_name_match(const char *name)
                return 0;
        else if (board_is_evm_sk() && !strcmp(name, "am335x-evmsk"))
                return 0;
+       else if (board_is_bbg1() && !strcmp(name, "am335x-bonegreen"))
+               return 0;
        else
                return -1;
 }