Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.
Bug-Debian: https://bugs.debian.org/920116 Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch
Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...
Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch
[ Vagrant Cascadian ]
* debian/patches: Enable ethernet on A20-OLinuXino-Lime2-eMMC.
(Closes: #916822). Thanks to Jonas Smedegaard.
* debian/patches: Fix keyboard on Teres-I (Closes: #935035). Thanks to
Jonas Smedegaard.
[ Nicolas Boulenguez ]
* Update Homepage and uscan configuration (Closes: #976317).
* Drop obsolete version restriction in Build-Depends (Closes: #976316).
* Change behaviour of debian/bin/u-boot-install-* for an unknown device
tree (Closes: #976315)
* Use specific dh_installman instead of dh_install (Closes: #976318).
* Simplify debian/u-boot-tools.install (Closes: #976318).
* In debian/rules, add prerequisite configs/*_defconfig
(Closes: #976318)
[ Vagrant Cascadian ]
* u-boot-qemu: Ship u-boot.rom for the qemu-x86_64 and qemu-x86
targets. Thanks to Faidon Liambotis. (Closes: #979107)
* debian/control: Update Standards-Version to 4.5.1.
* debian/control: Update Build-Depends on lzop.
[ Luca Boccassi ]
* Build u-boot-tools with signature support with OpenSSL.
(Closes: #972513)