From 1aba3b34041057b3c5dfe82583c7f5f319df98e9 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 18 Sep 2018 15:23:04 -0700 Subject: 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 Signed-off-by: Sascha Hauer --- arch/arm/boards/zii-imx51-rdu1/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/boards/zii-imx51-rdu1') 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); -- cgit v1.2.3