Message ID | 20220927201415.1265191-1-robimarko@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append | expand |
On 27/09/2022 22:14, Robert Marko wrote: > bootargs-append is a leftover from the vendor SDK, and does not exist > in the mainline kernel at all, so remove it. > > Signed-off-by: Robert Marko <robimarko@gmail.com> > --- > arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts > index ff4c46645104..eaaaaa72234f 100644 > --- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts > +++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts > @@ -20,7 +20,6 @@ aliases { > > chosen { > stdout-path = "serial0:115200n8"; > - bootargs-append = " swiotlb=1"; > }; > }; > Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
On 27/09/2022 22:14, Robert Marko wrote: > bootargs-append is a leftover from the vendor SDK, and does not exist > in the mainline kernel at all, so remove it. > > Signed-off-by: Robert Marko <robimarko@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Tue, 27 Sep 2022 22:14:14 +0200, Robert Marko wrote: > bootargs-append is a leftover from the vendor SDK, and does not exist > in the mainline kernel at all, so remove it. > > Applied, thanks! [1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append commit: f493bf2e70c6540f79fda3b28d636f1dd486d17a [2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok" commit: 4d29e016eb72d14fa4fb4e5c90c880d260b8b281 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts index ff4c46645104..eaaaaa72234f 100644 --- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts +++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts @@ -20,7 +20,6 @@ aliases { chosen { stdout-path = "serial0:115200n8"; - bootargs-append = " swiotlb=1"; }; };
bootargs-append is a leftover from the vendor SDK, and does not exist in the mainline kernel at all, so remove it. Signed-off-by: Robert Marko <robimarko@gmail.com> --- arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts | 1 - 1 file changed, 1 deletion(-)