]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: nand: mxs_nand: introduce SPL specific init
authorStefan Agner <stefan.agner@toradex.com>
Fri, 22 Jun 2018 15:19:46 +0000 (17:19 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 27 Jun 2018 07:07:55 +0000 (09:07 +0200)
commit936ce89fa07e936dee6793e935418ce08fe6eeec
tree04335409f2e49ce867e9fe50ce9c4ceaa3980b8b
parent7b6edf099609b3249f8b3cce54d4b8fc20d3d6df
mtd: nand: mxs_nand: introduce SPL specific init

In preparation to convert the driver to use NAND self init
provide a new minimal init for SPL builds. As a side effect
this also reduces size of SPL by about 4KiB.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
drivers/mtd/nand/mxs_nand.c
drivers/mtd/nand/mxs_nand.h [new file with mode: 0644]
drivers/mtd/nand/mxs_nand_spl.c