Yegor Yefremov
5e6b2e5f52
configs/beaglebone_defconfig: use default console device
...
OMAP kernels use 8250 driver by default. Hence the name of
the console device is not /dev/ttyO0 but /dev/ttyS0.
Use /dev/console in order to handle the console independently
of the selected driver.
Tested in BeagleBone Black board.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 68b5b79b2f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-10-01 11:44:48 +02:00
Romain Naour
cc78d1f265
configs/aarch64_efi: fix typo AARCH64 -> ARM64
...
There is no option BR2_TARGET_GRUB2_AARCH64_EFI but
BR2_TARGET_GRUB2_ARM64_EFI in grub2 package.
BR2_TARGET_GRUB2_ARM64_EFI was introduced by the commit [1].
[1] 273a27804a
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Cc: Erico Nunes <nunes.erico@gmail.com >
Reviewed-by: Erico Nunes <nunes.erico@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
(cherry picked from commit 0525ca4711 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-09-17 22:26:51 +02:00
Thomas Petazzoni
2e2381bf8d
configs/bananapi_m64: uboot needs host pylibfdt to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208532
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-13 20:16:53 +02:00
Thomas Petazzoni
59112066f7
configs/friendlyarm_nanopi_a64: kernel needs host-openssl to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208558
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-13 20:11:57 +02:00
Thomas Petazzoni
28577a3ee2
configs/friendlyarm_nanopi_neo2: kernel needs host-openssl to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208559
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-13 20:10:05 +02:00
Thomas Petazzoni
f8bcfe656c
configs/olimex_a64_olinuxino: kernel needs host-openssl to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208600
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-12 12:00:43 +02:00
Thomas Petazzoni
5bd8d57c44
configs/orangepi_pc2: kernel needs host-openssl to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208607
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-12 11:59:57 +02:00
Thomas Petazzoni
446af3055f
configs/orangepi_prime: kernel needs host-openssl to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208611
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-12 11:59:10 +02:00
Thomas Petazzoni
90234890cc
configs/pine64_sopine: kernel needs host-openssl to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208624
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-12 11:57:25 +02:00
Thomas Petazzoni
e978990254
configs/pine64: kernel needs host-openssl to build
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/210208623
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-05-12 11:56:26 +02:00
Peter Korsgaard
d7d82a318b
config: add defconfig for orangepi-r1
...
Very similar to orangepi-zero, except that the board has a 16MB SPI flash, a
2nd ethernet port is provided through a Realtek RTL8152 and wifi is provided
through a Realtek RTL8189FTV (no mainline driver, not supported).
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-05 21:12:04 +02:00
Peter Korsgaard
5754df13c0
configs/orangepi_zero: bump Linux to 4.19.38, U-boot to 2019.04
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-05 21:10:16 +02:00
Julien BOIBESSOT
68448c5325
configs/armadeus_apf28_defconfig: bump Linux 4.9 version to latest one
...
Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-03 17:26:07 +02:00
Pierre-Jean Texier
489a48fe63
configs/atmel_sama5d27_som1: bump to linux4sam_6.0
...
This commit :
- bumps Linux & U-Boot to linux4sam_6.0.
- bumps at91bootstrap to v3.8.12.
- removes old in-tree dts (now in dt-overlay-at91 [1][2])
- adapts genimage accordingly.
[1] https://github.com/linux4sam/dt-overlay-at91/tree/master/sama5d27_som1_ek
[2] http://www.at91.com/linux4sam/bin/view/Linux4SAM/DT-Overlay
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-01 09:04:20 +02:00
Yann E. MORIN
7cf13b9b06
configs/qemu_xtensa_lx60_*: kernel build needs mkimage
...
Following ffbe46a529 ("linux: simplify LINUX_BUILD_CMDS"), the Linux
kernel build for these xtensa qemu builds an image format that needs
mkimage.
Reported-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr >
Cc: Max Filippov <jcmvbkbc@gmail.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Arnout Vandecappelle <arnout@mind.be >
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-01 09:04:07 +02:00
Pierre-Jean Texier
45537f832d
configs/warp7: bump to Linux 5.0.9 and U-Boot 2019.01
...
This commit bumps Linux & Linux-headers to 5.0 and U-Boot to version 2019.01
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io >
Signed-off-by: Pierre-Jean Texier <a class="moz-txt-link-rfc2396E" href="mailto:pjtexier@koncepto.io "><pjtexier@koncepto.io ></a>
Reviewed-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-26 09:14:26 +02:00
Thomas Petazzoni
7cbf9c63e5
configs/qemu_ppc_virtex_ml507: kernel build needs mkimage
...
Following ffbe46a529 ("linux: simplify
LINUX_BUILD_CMDS"), the Linux kernel build for
qemu_ppc_virtex_ml507_defconfig builds an image format that needs
mkimage.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339544
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-24 22:47:03 +02:00
Thomas Petazzoni
b78c8a3b17
configs/qemu_ppc_mpc8544ds: kernel build needs mkimage
...
Following ffbe46a529 ("linux: simplify
LINUX_BUILD_CMDS"), the Linux kernel build for
qemu_ppc_mpc8544ds_defconfig builds an image format that needs
mkimage.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339543
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-24 22:46:59 +02:00
Thomas Petazzoni
e7c2e5f0ec
configs/qemu_nios2_10m50: kernel build needs mkimage
...
Following ffbe46a529 ("linux: simplify
LINUX_BUILD_CMDS"), the Linux kernel build for
qemu_nios2_10m50_defconfig builds an image format that needs mkimage.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339537
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-24 22:46:55 +02:00
Thomas Petazzoni
80029da692
configs/beaglebone: kernel build needs mkimage
...
Following ffbe46a529 ("linux: simplify
LINUX_BUILD_CMDS"), the Linux kernel build for beaglebone_defconfig
builds more things, including some .itb files, which require mkimage
with FIT support.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339433
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-24 22:46:49 +02:00
Thomas Petazzoni
778bdcc79d
configs/pine64_sopine: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339519
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 22:06:36 +02:00
Thomas Petazzoni
1cc7ab0eaf
configs/pine64: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339518
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 22:06:08 +02:00
Thomas Petazzoni
716b1e3a9f
configs/orangepi_prime: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339510
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 22:05:42 +02:00
Thomas Petazzoni
fdce55778b
configs/orangepi_plus: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339509
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 22:00:58 +02:00
Thomas Petazzoni
9fbdd86748
configs/orangepi_pc2: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339505
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 21:44:35 +02:00
Thomas Petazzoni
ebf56d25b4
configs/olimex_a64_olinuxino: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339498
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 21:44:18 +02:00
Thomas Petazzoni
1a40d4c443
configs/friendlyarm_nanopi_neo2: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339457
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 21:43:47 +02:00
Thomas Petazzoni
f4b57f6a67
configs/friendlyarm_nanopi_a64: U-Boot needs pylibfdt
...
Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to
build the U-Boot image, so we need to enable
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339456
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 21:42:52 +02:00
Thomas Petazzoni
972140e278
configs/raspberrypi3: properly update kernel Git commit
...
In commit ed02414e9c
("configs/raspberrypi*: bump kernel version to 5eeff139ea"), which
updated all RaspberryPi defconfigs to use Linux 4.19,
raspberrypi3_defconfig had its
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19 option updated, but not the
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION, which still pointed to an
older Linux 4.14-based RPi kernel. This caused a build failure due to
the headers being more recent than the actual kernel being built.
This commit fixes that by using the same kernel version as all other
RPi defconfigs.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339559
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:45:23 +02:00
Thomas Petazzoni
d9273b22e9
configs/atmel_sama5d3_xplained_mmc_dev: increase ext4 image size
...
The default of 60 MB is no longer sufficient to contain all the tools
enabled in this "development" defconfig, so let's increase the ext4
image size to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339421
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:29:26 +02:00
Thomas Petazzoni
df9f189072
configs/atmel_sama5d2_xplained_mmc_dev: increase ext4 image size
...
The default of 60 MB is no longer sufficient to contain all the tools
enabled in this "development" defconfig, so let's increase the ext4
image size to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339417
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:28:45 +02:00
Thomas Petazzoni
18a4d55906
configs/atmel_sama5d4_xplained_mmc_dev: increase ext4 image size
...
The default of 60 MB is no longer sufficient to contain all the tools
enabled in this "development" defconfig, so let's increase the ext4
image size to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339426
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:27:28 +02:00
Thomas Petazzoni
b5bbb470d5
configs/raspberrypi: increase ext4 image size
...
Since the bump to Linux 4.19 in commit
ed02414e9c , the number of kernel modules
built has increased significantly, to the point where the default of
60 MB for the ext4 image is no longer sufficient, so let's increase to
120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339561
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:26:43 +02:00
Thomas Petazzoni
d4f7767c70
configs/raspberrypi0w: increase ext4 image size
...
Since the bump to Linux 4.19 in commit
ed02414e9c , the number of kernel modules
built has increased significantly, to the point where the default of
60 MB for the ext4 image is no longer sufficient, so let's increase to
120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339556
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:26:24 +02:00
Thomas Petazzoni
4aab77b700
configs/raspberrypi0: increase ext4 image size
...
Since the bump to Linux 4.19 in commit
ed02414e9c , the number of kernel modules
built has increased significantly, to the point where the default of
60 MB for the ext4 image is no longer sufficient, so let's increase to
120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339555
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 15:25:21 +02:00
Thomas Petazzoni
ce751fad37
configs/atmel_sama5d27_som1_ek_mmc_dev: increase rootfs image size
...
The default rootfs image size is too small, causing the following
build failure:
Copying files into the device: __populate_fs: Could not allocate block in ext2 filesystem while writing file "udevd"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system
*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)
So we increase it to 120 MB.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339415
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 14:40:47 +02:00
Shyam Saini
3851e2259b
configs/bananapi_m64: bump to Linux 5.0 and U-Boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:21:15 +02:00
Shyam Saini
e43706a9bd
configs/bananapi_m2_plus: bump to Linux 5.0 and U-Boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:20:54 +02:00
Shyam Saini
994cffb99e
configs/amarula_vyasa_rk3288: bump to Linux 5.0 and U-Boot 2019.01
...
Bump to linux/linux-headers 5.0 and u-boot version 2019.01
and use mainline linux.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:20:22 +02:00
Shyam Saini
b0bae3bcc8
configs/amarula_vyasa_rk3288: adjust U-Boot config to boot larger kernel image
...
Default value of CONFIG_SYS_BOOTM_LEN in u-boot causes board reset for
large uImage files, so add u-boot patch to increase the maximum kernel
image size.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-21 12:18:00 +02:00
Matt Weber
bfb5a7a3c1
configs/freescale_t2080_qds_rdb_defconfig: new board
...
The board is setup to track upstream Linux as the official
vendor support was complete(depricated) at 4.1 via NXP SDKs.
The target does not build uboot and assumes the user still uses the NXP
suggested prebuilts in the SDK2.0 (last release for PowerPC). If a
uboot is required, the source for SDK2.0 can be found in the following
repo.
http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tag/?id=fsl-sdk-v2.0-1703
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
[Arnout: update .gitlab-ci.yml]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-04-17 22:46:39 +02:00
Nylon Chen
5bf75e1864
configs/andes_ae3xx: new defconfig
...
Add Andes 32-bit defconfig for AE3XX platform.
Signed-off-by: Che-Wei Chuang <cnoize@andestech.com >
Signed-off-by: Greentime Hu <greentime@andestech.com >
Signed-off-by: Nylon Chen <nylon7@andestech.com >
[Thomas:
- fix commit title to match the defconfig name
- use the external toolchain package]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-17 09:20:55 +02:00
Peter Seiderer
ed02414e9c
configs/raspberrypi*: bump kernel version to 5eeff139ea
...
Now based on 4.19.23 (from 4.14.98) and bump linux header
version accordingly and needs host openssl.
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-16 22:42:46 +02:00
Peter Seiderer
52ee3888c0
configs/raspberrypi*: bump kernel version to 877656cd14
...
Now based on 4.14.98 (from 4.14.95)
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-16 22:39:25 +02:00
Shyam Saini
791d2ea8f8
configs/asus_tinker_rk3288: bump to Linux kernel 5.0 and u-boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-15 21:38:29 +02:00
Shyam Saini
7dfcd850b9
configs/asus_tinker_rk3288: adjust U-Boot config to boot larger kernel image
...
Default value of CONFIG_SYS_BOOTM_LEN in u-boot causes board reset for
large uImage files, so add u-boot patch to increase the maximum kernel
image size.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-15 21:37:43 +02:00
Shyam Saini
d8ba5343e6
configs/nanopi_m1_plus: bump to linux 5.0 and u-boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01. The
kernel patch is no longer needed, as the Device Tree for the platform
is now upstream.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-10 13:39:56 +02:00
Shyam Saini
daf275aa5c
configs/nanopi_m1: bump to the linux 5.0 and u-boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-10 13:39:51 +02:00
Shyam Saini
e434691889
configs/orangepi_plus: bump to linux 5.0 and u-boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-10 13:39:45 +02:00
Shyam Saini
5b3423cb96
configs/olimex_a64_olinuxino: bump to linux 5.0 and u-boot 2019.01
...
This bumps to linux/linux-headers 5.0 and u-boot version 2019.01
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-04-10 13:39:39 +02:00