summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/efika-mx-smartbook
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-03-14 18:38:40 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-26 10:20:14 +0100
commit19e5e04d816d2a19d29261032d638f6ce4cfb813 (patch)
tree1215f7d22b7653b07e4f2f698f9f107598eb5b32 /arch/arm/boards/efika-mx-smartbook
parent58926bd26fbe451dbc90b42d5008dbf9321d3eb7 (diff)
downloadbarebox-19e5e04d816d2a19d29261032d638f6ce4cfb813.tar.gz
barebox-19e5e04d816d2a19d29261032d638f6ce4cfb813.tar.xz
ARM i.MX bootsource: convert enums from enum imx_bootsource to uppercase
Enums are in the same way as defines, so write them in uppercase. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/efika-mx-smartbook')
-rw-r--r--arch/arm/boards/efika-mx-smartbook/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/efika-mx-smartbook/board.c b/arch/arm/boards/efika-mx-smartbook/board.c
index 5c026892cf..03399a3884 100644
--- a/arch/arm/boards/efika-mx-smartbook/board.c
+++ b/arch/arm/boards/efika-mx-smartbook/board.c
@@ -479,7 +479,7 @@ device_initcall(efikamx_devices_init);
static int efikamx_part_init(void)
{
- if (imx_bootsource() == bootsource_mmc) {
+ if (imx_bootsource() == BOOTSOURCE_MMC) {
devfs_add_partition("mmc_left", 0x00000, 0x80000,
DEVFS_PARTITION_FIXED, "self0");
devfs_add_partition("mmc_left", 0x80000, 0x80000,