mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
ddr: marvell: a38x: import header change from upstream
commit a165037ec26f301be75e1fabc263643683e85255 upstream. The commit mentioned above changes non-DDR3 stuff in upstream, but it also changes header ddr_topology_def.h. Import this header change to remain consistent with upstream. 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
69f084f5c6
commit
ab7dda724f
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ enum mv_ddr_validation {
|
|||
MV_DDR_VAL_DIS,
|
||||
MV_DDR_VAL_RX,
|
||||
MV_DDR_VAL_TX,
|
||||
MV_DDR_VAL_RX_TX
|
||||
MV_DDR_VAL_RX_TX,
|
||||
MV_DDR_MEMORY_CHECK
|
||||
};
|
||||
|
||||
struct mv_ddr_iface {
|
||||
|
|
Loading…
Reference in a new issue