summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/sunxi/dram_helpers.c
Commit message (Collapse)AuthorAgeLines
* sunxi: dram: Un-inline dram helper functionsHans de Goede2015-02-16-0/+37
Move the dram helper functions to a separate C file, rather then having them as inline helpers in dram.h. This saves 144 bytes in the .text segment for sun6i builds. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Simon Glass <sjg@chromium.org>