mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
b1b17f8967
commit
2f0c18b158
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ static int ddr3_tip_pad_inv(void)
|
|||
DDR_PHY_CONTROL,
|
||||
PHY_CTRL_PHY_REG,
|
||||
data, data);
|
||||
#else /* !CONFIG_ARMADA_38X && !CONFIG_ARMADA_39X && !A70X0 && !A80X0 && !A3900 */
|
||||
#else /* !CONFIG_ARMADA_38X && !CONFIG_ARMADA_39X */
|
||||
#pragma message "unknown platform to configure ddr clock swap"
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue