mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Create dts files for enabling kdump Separate android bootargs into header file Bug 4652476 Change-Id: I357c6579da819316800c7fd33034788bcb77c3d2 Signed-off-by: Bhavik Joshi <bhavikj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3164575 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
21 lines
429 B
Devicetree
21 lines
429 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
//
|
|
// This file contains the Android bootargs for the kdump enabled kernel
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/tegra234-android-bootargs.h>
|
|
|
|
/ {
|
|
fragment-t234-android@0 {
|
|
target-path = "/";
|
|
__overlay__ {
|
|
chosen {
|
|
bootargs=ANDROID_KDUMP_BOOTARGS;
|
|
};
|
|
};
|
|
};
|
|
};
|