From 9a16153834d09372a5768ba499e5411f12801bda Mon Sep 17 00:00:00 2001 From: Jorge Ramirez-Ortiz Date: Mon, 6 Nov 2017 14:16:38 +0100 Subject: configs: dragonboard410c: Save environment data on eMMC Save the environment data at the end of the boot partition on emmc Signed-off-by: Jorge Ramirez-Ortiz --- arch/arm/dts/dragonboard410c-uboot.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch/arm/dts') diff --git a/arch/arm/dts/dragonboard410c-uboot.dtsi b/arch/arm/dts/dragonboard410c-uboot.dtsi index cc2c175e84..c3475c4227 100644 --- a/arch/arm/dts/dragonboard410c-uboot.dtsi +++ b/arch/arm/dts/dragonboard410c-uboot.dtsi @@ -6,6 +6,13 @@ * SPDX-License-Identifier: GPL-2.0+ */ +/ { + config { + u-boot,mmc-env-partition = "boot"; + }; +}; + + &pm8916_gpios { usb_hub_reset_pm { gpios = <&pm8916_gpios 2 0>; -- cgit