commit | 8bf2d77806e289e4345d7d983c0c689e2c36a484 | [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 | 683a06b1dc4b259d5b89b99b02bb76f08c1913e1 [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>