Signed-off-by: Luc Verhaegen <l...@skynet.be>
---
 meminfo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meminfo.c b/meminfo.c
index 86b5c1e..24b4772 100644
--- a/meminfo.c
+++ b/meminfo.c
@@ -60,8 +60,8 @@ enum sunxi_soc_version {
        SUNXI_SOC_SUN6I = 0x1633, /* A31 */
        SUNXI_SOC_SUN7I = 0x1651, /* A20 */
        SUNXI_SOC_SUN8I = 0x1650, /* A23 */
-       SUNXI_SOC_SUN9I = 0x1667, /* A33 */
-       SUNXI_SOC_SUN10I = 0x1635, /* A80 */
+       SUNXI_SOC_SUN9I = 0x1635, /* A80 */
+       SUNXI_SOC_SUN10I = 0x1667, /* A33 */
 };
 
 static enum sunxi_soc_version soc_version;
-- 
1.7.7

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to