commit | 924f104ace490342c5341b88975a74675c8248b8 | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Mon Jul 20 18:34:12 2020 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Wed Jul 22 20:22:33 2020 +0800 |
tree | 6b7ae2f4bd8a53395b4c8f0c69d29d3e1017b42c | |
parent | 57bd88740b5b396edbc41b58617e9ffeb27e9b38 [diff] |
rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not set The empty function define should not be in the header file, or else the build will error with function multi definition after CONFIG_RAM_ROCKCHIP_DEBUG is disabled. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>