ddr: marvell: a38x: fix comment in conditional macro
authorMarek Behún <marek.behun@nic.cz>
Fri, 19 Feb 2021 16:11:26 +0000 (17:11 +0100)
committerStefan Roese <sr@denx.de>
Fri, 26 Feb 2021 09:22:29 +0000 (10:22 +0100)
commit2f0c18b1584129d8386f5a18390996f6bea78065
treed294d7c57f2fe3a052faa408df8ad492643745a4
parentb1b17f89674bb3e4366eece4f037fb32544d9757
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>
drivers/ddr/marvell/a38x/ddr3_training.c