diff options
author | Ramon Fried <ramon.fried@gmail.com> | 2018-06-14 07:04:41 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-19 07:31:46 -0400 |
commit | 018e8637b83e0ae9465bbd80254a2f8a084e3d4c (patch) | |
tree | 5923f108427cc75b92d964457fe8bf97bb1b6839 | |
parent | b53777d28f05faa8a88ae345cf2155a24d5da255 (diff) |
configs: dragonboard410c: remove env partition offset
BOOT2 is not partitioned, no need for partition offset.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
-rw-r--r-- | arch/arm/dts/dragonboard410c-uboot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/dragonboard410c-uboot.dtsi b/arch/arm/dts/dragonboard410c-uboot.dtsi index 95c82a6f2d..3a1ea13ee5 100644 --- a/arch/arm/dts/dragonboard410c-uboot.dtsi +++ b/arch/arm/dts/dragonboard410c-uboot.dtsi @@ -6,10 +6,6 @@ */ / { - config { - u-boot,mmc-env-partition = "boot"; - }; - soc { u-boot,dm-pre-reloc; |