summaryrefslogtreecommitdiff
path: root/configs/Yones_Toptech_BD1078_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-07-13 17:21:44 +0100
committerAndre Przywara <andre.przywara@arm.com>2023-01-21 01:32:23 +0000
commitba16b531016d3c64612e99d00eb992355e91ab1e (patch)
tree4ff9aa01ce249cb32c081144039129450ec0b606 /configs/Yones_Toptech_BD1078_defconfig
parent5db81f1cc8babfb0e0fa567fae87d7e64018cb9e (diff)
sunxi: mmc: group non-DM specific functions
As the SPL code for sunxi boards does not use the driver model, we have two mmc_ops structures, one for DM, one for non-DM. The actual hardware access code is shared, with the respective callback functions using that common code. To make this more obvious and easier to read, reorder the functions to group them: we first have the common code, then the non-DM bits, and the proper DM implementation at the end. Also document this structure in the comment at the beginning of the file. No functional change intended. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Samuel Holland <samuel@sholland.org> Tested-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'configs/Yones_Toptech_BD1078_defconfig')
0 files changed, 0 insertions, 0 deletions