commit | f5916d1856cb043f79304a99103a2f910298eecc | [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 | 0a247554c2dec96e693c1b02761cf0b5d5189fc0 [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>