commit | 6387e13425a281401a991667672b9356a0f73825 | [log] [tgz] |
---|---|---|
author | Uri Mashiach <uri.mashiach@compulab.co.il> | Sun Sep 24 09:00:22 2017 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:31:16 2017 +0200 |
tree | 26d4b2cc5ba238a7a8c1631d7321bf2bcc59aba5 | |
parent | 411a7e2c1b17c56fa9c236041c441befade3e71f [diff] |
imx: mx7: fix the CCM_ macros The CCM_ macros use the CCM_BASE_ADDRESS macro, which doesn't exist. Replace the CCM_BASE_ADDRESS macros with CCM_BASE_ADDR. Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>