summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs/imx-kobs
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2017-05-10 16:24:07 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-19 07:53:38 -0300
commitf89d2a3efe1cfdeac5df5c30289ee4303660cc8e (patch)
tree684e3f052f10ee825897745c705b99b1838addd2 /recipes-bsp/imx-kobs/imx-kobs
parent8b4156532a1559063c6f30876603792d71326c2c (diff)
downloadmeta-freescale-f89d2a3efe1cfdeac5df5c30289ee4303660cc8e.tar.gz
imx-kobs: Pick up new commit as fix-compile patch is merged
The patch is merged to the new version of imx-kobs. So pick up the new version and remove the patch file. Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-kobs/imx-kobs')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs/fix-compile.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs/fix-compile.patch b/recipes-bsp/imx-kobs/imx-kobs/fix-compile.patch
deleted file mode 100644
index 2ac73aef..00000000
--- a/recipes-bsp/imx-kobs/imx-kobs/fix-compile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1This patch fixes a build error with kernel includes (>= 4.4) <stdint.h> must
2be explicitly included to get uintX_t types.
3
4Upstream-Status: Pending
5
6Index: imx-kobs-5.4/src/BootControlBlocks.h
7===================================================================
8--- imx-kobs-5.4.orig/src/BootControlBlocks.h
9+++ imx-kobs-5.4/src/BootControlBlocks.h
10@@ -54,6 +54,7 @@
11 //! This structure holds the timing for the NAND. This data is used by
12 //! rom_nand_hal_GpmiSetNandTiming to setup the GPMI hardware registers.
13
14+#include <stdint.h>
15 typedef struct _NAND_Timing {
16 uint8_t m_u8DataSetup;
17 uint8_t m_u8DataHold;