release: arm: Use GENERIC kernel for IMX6 based boards

Switch the IMX.6 based board to GENERIC the kernel config.

Reviewed by:	gjb
Differential Revision:	https://reviews.freebsd.org/D16511
This commit is contained in:
Emmanuel Vadot 2018-07-31 18:52:43 +00:00
parent 6e1d2cf679
commit 8b66e85493
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336992
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ EMBEDDEDPORTS="sysutils/u-boot-cubox-hummingboard"
FAT_SIZE="50m -b 16384"
FAT_TYPE="16"
IMAGE_SIZE="3072M"
KERNEL="IMX6"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
PART_SCHEME="MBR"

View File

@ -10,7 +10,7 @@ EMBEDDEDPORTS="sysutils/u-boot-wandboard"
FAT_SIZE="50m -b 16384"
FAT_TYPE="16"
IMAGE_SIZE="3072M"
KERNEL="IMX6"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
PART_SCHEME="MBR"