02c6af2a4b
Changelog: - add new feature to read bch geometry setting from debugfs, it provides the feasibility to support large oob NAND devices. This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/9953874c Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
328 B
Makefile
13 lines
328 B
Makefile
################################################################################
|
|
#
|
|
# imx-kobs
|
|
#
|
|
################################################################################
|
|
|
|
IMX_KOBS_VERSION = 5.3
|
|
IMX_KOBS_SITE = $(FREESCALE_IMX_SITE)
|
|
IMX_KOBS_LICENSE = GPLv2+
|
|
IMX_KOBS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|