ARM-software / tf-issues

Issue tracking for the ARM Trusted Firmware project
37 stars 16 forks source link

Why was BL2 removed from Makefile help? #48

Closed tixy closed 10 years ago

tixy commented 10 years ago

Why did commit 375f538a797a89a5f49aab1be70e86df4511c05a remove BL2 from the Makefile help? ...

@@ -345,9 +412,8 @@ help:
    @echo "PLAT is used to specify which platform you wish to build."
    @echo ""
    @echo "Supported Targets:"
-   @echo "  all            Build the BL1, BL2 and BL31 binaries"
+   @echo "  all            Build the BL1, BL31 binaries"
    @echo "  bl1            Build the BL1 binary"
-   @echo "  bl2            Build the BL2 binary"
    @echo "  bl31           Build the BL31 binary"
    @echo "  checkcodebase  Check the coding style of the entire source tree"
    @echo "  checkpatch     Check the coding style on changes in the current"
jeenuv commented 10 years ago

Sorry - that appears to be a deletion by mistake; will revert soon

athoelke commented 10 years ago

This was fixed by https://github.com/ARM-software/arm-trusted-firmware/commit/8aa559c0712c6b119b847c8f336d8074b0815257