From: Kever Yang Date: Mon, 22 Jul 2019 11:59:28 +0000 (+0800) Subject: rockchip: phycore: remove no use "u-boot, boot0" in dts X-Git-Tag: v2019.10-rc1~6^2~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=65ea919bf78824634911c47668fb7e4f366febc4;p=oweals%2Fu-boot.git rockchip: phycore: remove no use "u-boot, boot0" in dts We are using "u-boot,spl-boot-order" now and re-use the definition from rk3288-u-boot.dtsi, so remove it directly here. Signed-off-by: Kever Yang --- diff --git a/arch/arm/dts/rk3288-phycore-rdk.dts b/arch/arm/dts/rk3288-phycore-rdk.dts index f2bb7b5f11..cc3921095c 100644 --- a/arch/arm/dts/rk3288-phycore-rdk.dts +++ b/arch/arm/dts/rk3288-phycore-rdk.dts @@ -55,11 +55,6 @@ stdout-path = &uart2; }; - config { - u-boot,dm-pre-reloc; - u-boot,boot0 = &emmc; - }; - user_buttons: user-buttons { compatible = "gpio-keys"; pinctrl-names = "default";