commit | 65b905b778d72887d20df09a9ca1715e4a9431b7 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Sun Mar 22 17:08:59 2015 -0500 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:09 2015 -0600 |
tree | bb85868e6f9403bb59928feccb08662553e93c25 | |
parent | 65a0ae358dbfb5c534b0e3ab9ac7c9b6b4c38508 [diff] |
common: Make sure arch-specific map_sysmem() is defined In the case where the arch defines a custom map_sysmem(), make sure that including just mapmem.h is sufficient to have these functions as they are when the arch does not override it. Also split the non-arch specific functions out of common.h Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>