commit | a44f40eb137f3fd30409a0d532cc4e4e6021e041 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Aug 15 20:51:53 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Mon Aug 31 08:43:42 2015 +0200 |
tree | 48274075f44e9d525d77c72ba2c6405d1db8e168 | |
parent | f851120d9cd91dec67e59dd1e574d03a147561df [diff] |
sunxi_nand_spl: Parametrize lowlevel read functions Parametrize the lowlevel nand_read_page function, instead of directly using the CONFIG_foo settings for page-size, etc. there and add a few wrappers / helper functions for calling it. This is a preparation patch for adding auto-detecting of the nand parameters like the BROM does. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>