summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-09-18 15:23:04 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-19 09:55:42 +0200
commit1aba3b34041057b3c5dfe82583c7f5f319df98e9 (patch)
tree6b216e2b6c24d89341adfb896a284f435aaddab1 /arch
parent1c5e69b1a97a2113ea77016fe4329d2a0a2eec9c (diff)
downloadbarebox-1aba3b34041057b3c5dfe82583c7f5f319df98e9.tar.gz
barebox-1aba3b34041057b3c5dfe82583c7f5f319df98e9.tar.xz
ARM: rdu1: Change BBU names to match RDU2
Change BBU names to match RDU2 and the rest of ZII boards. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boards/zii-imx51-rdu1/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boards/zii-imx51-rdu1/board.c b/arch/arm/boards/zii-imx51-rdu1/board.c
index ac5232e17b..a8c11cc466 100644
--- a/arch/arm/boards/zii-imx51-rdu1/board.c
+++ b/arch/arm/boards/zii-imx51-rdu1/board.c
@@ -30,8 +30,8 @@ static int zii_rdu1_init(void)
barebox_set_hostname("rdu1");
- imx51_bbu_internal_mmc_register_handler("mmc", "/dev/mmc0", 0);
- imx51_bbu_internal_spi_i2c_register_handler("spi",
+ imx51_bbu_internal_mmc_register_handler("eMMC", "/dev/mmc0", 0);
+ imx51_bbu_internal_spi_i2c_register_handler("SPI",
"/dev/dataflash0.barebox",
BBU_HANDLER_FLAG_DEFAULT |
IMX_BBU_FLAG_PARTITION_STARTS_AT_HEADER);