summaryrefslogtreecommitdiffstats
path: root/package/boot/kobs-ng/patches/004-gnu_source.patch
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2016-09-01 07:45:37 -0700
committerFelix Fietkau <nbd@nbd.name>2016-09-04 13:36:09 +0200
commita4b86b292a0bce95b9874d6c757a709c5a5269b4 (patch)
tree7922e9c3677adc852b5812519866586fd9fb2c80 /package/boot/kobs-ng/patches/004-gnu_source.patch
parentf8c7e935ef8060b8ab2f5ca52832ef8dfea361bc (diff)
downloadmaster-31e0f0ae-a4b86b292a0bce95b9874d6c757a709c5a5269b4.tar.gz
master-31e0f0ae-a4b86b292a0bce95b9874d6c757a709c5a5269b4.tar.bz2
master-31e0f0ae-a4b86b292a0bce95b9874d6c757a709c5a5269b4.zip
boot: kobs-ng: update kobs-ng for newer kernels
This allows kobs-ng to flash the SPL successfully on the 4.4 kernel used by the Gateworks IMX boards supporting NAND. The previous version of kobs-ng worked with the 3.14 kernel but will brick a board making its SPL unbootable for the 4.4 kernel. See http://trac.gateworks.com/wiki/ventana/bootloader#nandspl for instructions on updating the SPL from Linux. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'package/boot/kobs-ng/patches/004-gnu_source.patch')
-rw-r--r--package/boot/kobs-ng/patches/004-gnu_source.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/boot/kobs-ng/patches/004-gnu_source.patch b/package/boot/kobs-ng/patches/004-gnu_source.patch
deleted file mode 100644
index 3e94c92e1c..0000000000
--- a/package/boot/kobs-ng/patches/004-gnu_source.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/plat_boot_config.c
-+++ b/src/plat_boot_config.c
-@@ -18,6 +18,7 @@
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-+#define _GNU_SOURCE
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>