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>
+++ /dev/null
-This patch fixes a build error with kernel includes (>= 4.4) <stdint.h> must
-be explicitly included to get uintX_t types.
-
-Upstream-Status: Pending
-
-Index: imx-kobs-5.4/src/BootControlBlocks.h
-===================================================================
---- imx-kobs-5.4.orig/src/BootControlBlocks.h
-+++ imx-kobs-5.4/src/BootControlBlocks.h
-@@ -54,6 +54,7 @@
- //! This structure holds the timing for the NAND. This data is used by
- //! rom_nand_hal_GpmiSetNandTiming to setup the GPMI hardware registers.
-
-+#include <stdint.h>
- typedef struct _NAND_Timing {
- uint8_t m_u8DataSetup;
- uint8_t m_u8DataHold;
# Copyright (C) 2013-2016 Freescale Semiconductor
+# Copyright 2017 NXP
SUMMARY = "Nand boot write source"
SECTION = "base"
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
PV = "5.5+git${SRCPV}"
-SRCREV = "b402243a04e5a6760a860445e5ff6a931d86f794"
+SRCREV = "a2734b93759b4222f9dfa3f8c7645be9d39ea601"
-SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https \
- file://fix-compile.patch \
-"
+SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocal=https"
S = "${WORKDIR}/git"