configs/beaglebone_qt5_defconfig: fix kernel build
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 May 2017 11:43:44 +0000 (13:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 May 2017 11:44:54 +0000 (13:44 +0200)
commit028eb673c8f2c79fb26dfe7287d43bc237441035
tree9dc171edbb675cec9a298b79fee2fdf41fd13e5b
parent6520c06e5b0478e2094a4d61a9b621579cadf0df
configs/beaglebone_qt5_defconfig: fix kernel build

In commit 4b2440b7dcc68369548c0f2be6984fe645fc6bb0 ("beaglebone: add DT
for BeagleBone Green"), both beaglebone_defconfig and
beaglebone_qt5_defconfig were updated to add "am335x-bonegreen" to the
list of Device Tree files to be produced.

However, beaglebone_qt5_defconfig uses an older kernel version than
beaglebone_defconfig, in which am335x-bonegreen doesn't exist.

Therefore, revert the change on beaglebone_qt5_defconfig.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/builds/15762182

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
configs/beaglebone_qt5_defconfig