commit | efaf271c4c8f0e55ede218f9f7aaeeb83d9fe3c0 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Fri Feb 19 17:11:26 2021 +0100 |
committer | Stefan Roese <sr@denx.de> | Fri Feb 26 10:22:29 2021 +0100 |
tree | d294d7c57f2fe3a052faa408df8ad492643745a4 | |
parent | 423513035185ba8b15d7e4cab23ca5627c61a6ae [diff] |
ddr: marvell: a38x: fix comment in conditional macro The code was processed with unifdef utility to omit portions not relevant to A38x and DDR3. This removes usage of many macros, including A70X0, A80X0 and A3900. It seems that the unifdef utility did not remove the macros from #else comment. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Tested-by: Chris Packham <chris.packham@alliedtelesis.co.nz>