Commit 2c3cc858 authored by Liangliang Huang's avatar Liangliang Huang Committed by Thomas Bogendoerfer
Browse files

MIPS: Loongson64: Switch the order of RS780E and LS7A



Sort the members of enum in alphabetical order is better to avoid
duplicate mistakes (because the list may be grow very large), so
fix it by exchanging the order.

Signed-off-by: default avatarLiangliang Huang <huangll@lemote.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 8c88cc53
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -193,8 +193,8 @@ struct boot_params {
};
};


enum loongson_bridge_type {
enum loongson_bridge_type {
	RS780E = 1,
	LS7A = 1,
	LS7A = 2
	RS780E = 2
};
};


struct loongson_system_configuration {
struct loongson_system_configuration {