[PATCH 4/5] ARM: tegra: add barebox update handler to Beaver board

Sascha Hauer s.hauer at pengutronix.de
Sat Feb 28 23:23:30 PST 2015


On Fri, Feb 27, 2015 at 08:22:17PM +0100, Lucas Stach wrote:
> Signed-off-by: Lucas Stach <dev at lynxeye.de>
> ---
>  arch/arm/boards/nvidia-beaver/board.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boards/nvidia-beaver/board.c b/arch/arm/boards/nvidia-beaver/board.c
> index d270301..b4d856e 100644
> --- a/arch/arm/boards/nvidia-beaver/board.c
> +++ b/arch/arm/boards/nvidia-beaver/board.c
> @@ -19,6 +19,7 @@
>  #include <gpio.h>
>  #include <i2c/i2c.h>
>  #include <init.h>
> +#include <mach/tegra-bbu.h>
>  
>  static int nvidia_beaver_fs_init(void)
>  {
> @@ -53,6 +54,9 @@ static int nvidia_beaver_device_init(void)
>  
>  	barebox_set_hostname("beaver");
>  
> +	tegra_bbu_register_emmc_handler("eMMC", "/dev/disk0.boot0",
> +					BBU_HANDLER_FLAG_DEFAULT);

'disk0' is not a persistent name and will change when your SD slots are
probed in a different order. You should add aliases to the device nodes
and use of_alias_get() to obtain them, see for example imx-esdhc.c

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list