]> git.sur5r.net Git - u-boot/blobdiff - board/ti/am335x/board.c
am335x_evm: Add am335x_evm_usbspl build target
[u-boot] / board / ti / am335x / board.c
index 441758fdf0077ce8ad5f3d79c2bc075e81d7e666..f4b972b3e995c3dfcd833d7e99f8e7038212ebe7 100644 (file)
@@ -73,7 +73,7 @@ static inline int board_is_idk(void)
        return !strncmp(header.config, "SKU#02", 6);
 }
 
-static int board_is_gp_evm(void)
+static int __maybe_unused board_is_gp_evm(void)
 {
        return !strncmp("A33515BB", header.name, 8);
 }