Merge "Revert "Update README.md to recommend passing CROSS_COMPILE via env""
diff --git a/README.md b/README.md
index 5faae4b..6e4f465 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@
 ```
 3. Build u-boot.bin
 ```
-CROSS_COMPILE=aarch64-linux-gnu- make
+make CROSS_COMPILE=aarch64-linux-gnu-
 ```
 
 You now have a u-boot.bin that you can flash to a target with using fastboot.