Skip to content
Snippets Groups Projects
Commit 71318da9 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Sascha Hauer
Browse files

ARM: MX3: Fixed typo in declared enum type name.


To distinguish between mx31lite and mx31lilly boards better to use
different enum types.

Signed-off-by: default avatarVladimir Zapolskiy <vzapolskiy@gmail.com>
Acked-by: default avatarDaniel Mack <daniel@caiaq.de>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 7b4e08a7
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#ifndef __ASSEMBLY__
enum mx31lilly_boards {
enum mx31lite_boards {
MX31LITE_NOBOARD = 0,
MX31LITE_DB = 1,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment