diff options
author | Tom Rini <trini@konsulko.com> | 2018-05-14 08:52:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-14 08:52:48 -0400 |
commit | ca70cbabdcd19bf157ae4fa984559b126071ccff (patch) | |
tree | 2db6b282255ccfcef564a5c9995aeb6831f221f8 /drivers/ddr/marvell/a38x/ddr3_a38x_topology.h | |
parent | 62d77cea31216cad526e5f45c88e8377efc6fcae (diff) | |
parent | ca734a875dec089c3978663a0ce303d776365b20 (diff) |
Merge git://git.denx.de/u-boot-marvell
Diffstat (limited to 'drivers/ddr/marvell/a38x/ddr3_a38x_topology.h')
-rw-r--r-- | drivers/ddr/marvell/a38x/ddr3_a38x_topology.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/ddr/marvell/a38x/ddr3_a38x_topology.h b/drivers/ddr/marvell/a38x/ddr3_a38x_topology.h deleted file mode 100644 index be8de88f4e8..00000000000 --- a/drivers/ddr/marvell/a38x/ddr3_a38x_topology.h +++ /dev/null @@ -1,21 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * Copyright (C) Marvell International Ltd. and its affiliates - */ - -#ifndef _DDR3_A38X_TOPOLOGY_H -#define _DDR3_A38X_TOPOLOGY_H - -#include "ddr_topology_def.h" - -/* Bus mask variants */ -#define BUS_MASK_32BIT 0xf -#define BUS_MASK_32BIT_ECC 0x1f -#define BUS_MASK_16BIT 0x3 -#define BUS_MASK_16BIT_ECC 0x13 -#define BUS_MASK_16BIT_ECC_PUP3 0xb - -#define DYNAMIC_CS_SIZE_CONFIG -#define DISABLE_L2_FILTERING_DURING_DDR_TRAINING - -#endif /* _DDR3_A38X_TOPOLOGY_H */ |