Skip to content

Commit cf14b34

Browse files
committed
Move more armv6 kernel configs to GENERIC
To allow more redundant kernel configs to be removed from FreeBSD move to use GENERIC in more places.
1 parent cc8d74d commit cf14b34

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

board/BananaPi/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ slow speed of SD, a full buildworld can take 30-40 hours:
9797

9898
$ make buildworld
9999
$ make installworld
100-
$ make KERNCONF=CUBIEBOARD2 buildkernel
101-
$ make KERNCONF=CUBIEBOARD2 installkernel
100+
$ make KERNCONF=GENERIC buildkernel
101+
$ make KERNCONF=GENERIC installkernel
102102

103103
If you want to try this, you'll want an 8G image. You can put the
104104
source tree into the image when you build it by including the

board/BeagleBone/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ slow speed of SD, a full buildworld can take 30-40 hours:
148148

149149
$ make buildworld
150150
$ make installworld
151-
$ make KERNCONF=BEAGLEBONE buildkernel
152-
$ make KERNCONF=BEAGLEBONE installkernel
151+
$ make KERNCONF=GENERIC buildkernel
152+
$ make KERNCONF=GENERIC installkernel
153153

154154
If you want to try this, you'll want an 8G image. You can put the
155155
source tree into the image when you build it by including the

board/BeagleBone/overlay/etc/src.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
KERNCONF=BEAGLEBONE
1+
KERNCONF=GENERIC

board/BeagleBone/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KERNCONF=BEAGLEBONE
1+
KERNCONF=GENERIC
22
BEAGLEBONE_UBOOT_PORT="u-boot-beaglebone"
33
BEAGLEBONE_UBOOT_BIN="u-boot.img"
44
BEAGLEBONE_UBOOT_PATH="/usr/local/share/u-boot/${BEAGLEBONE_UBOOT_PORT}"

board/PandaBoard/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KERNCONF=PANDABOARD
1+
KERNCONF=GENERIC
22
PANDABOARD_UBOOT_SRC=${TOPDIR}/u-boot-2012.07
33
IMAGE_SIZE=$((1000 * 1000 * 1000))
44
TARGET_ARCH=armv6

board/RaspberryPi2/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KERNCONF=RPI2
1+
KERNCONF=GENERIC
22
UBLDR_LOADADDR=0x2000000
33
RPI_UBOOT="u-boot-rpi2"
44
RPI_UBOOT_BIN="u-boot.bin"

0 commit comments

Comments
 (0)