]> git.sur5r.net Git - u-boot/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)
commit9345943b2b5ea890cb479770c3c802cf851ed3e6
tree04335409f2e49ce867e9fe50ce9c4ceaa3980b8b
parent51f957adf77575075b69a95a37f118653532892c
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