提交 420e106e 编写于 作者: H heaterC 提交者: Stefan Roese

ddr: marvell: a38x: enum mv_ddr_twin_die: change order

commit 56db5d1464b44df10a02b99e615ebd6f6a35c428 upstream.

@pali suggested this change
In commit 6285efb ("mv_ddr: add support for twin-die combined memory
device") was added support for twin-die combined memory device and
default value for explicitly uninitialized structure members is zero, s
also twin_die_combined is initialized to zero. Which means COMBINED
value.
As prior this commit there was no support for twin-die combined memory
device, default value for twin_die_combined should be NOT_COMBINED. This
change change order of enum mv_ddr_twin_die to ensure that NOT_COMBINED
has value zero.
Signed-off-by: NheaterC <airyguy@gmx.de>
Signed-off-by: NMarek Behún <marek.behun@nic.cz>
Tested-by: NChris Packham <chris.packham@alliedtelesis.co.nz>
上级 a267943f
......@@ -15,8 +15,8 @@
#define MV_DDR_MAX_IFACE_NUM 1
enum mv_ddr_twin_die {
COMBINED,
NOT_COMBINED,
COMBINED,
};
struct bus_params {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册