Skip to content

Commit d5ebad7

Browse files
committed
Revert "Include Pi 2 in the cross-compiling instructions"
1 parent 0fe4e50 commit d5ebad7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

linux/kernel/building.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ Then for both:
105105
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage modules dtbs
106106
```
107107

108-
For the Raspberry Pi 2, use `bcm2709_defconfig` instead of `bcmrpi_defconfig` on the second line.
109-
110108
Note: To speed up compilation on multiprocessor systems, and get some improvement on single processor ones, use ```-j n``` where n is number of processors * 1.5. Alternatively, feel free to experiment and see what works!
111109

112110
### Install directly onto the SD card

0 commit comments

Comments
 (0)