]> nv-tegra.nvidia Code Review - linux-4.9.git/commit
arm64: tegra_defconfig: fix duplicated symbol assignment.
authorLeon Yu <leoyu@nvidia.com>
Thu, 8 Nov 2018 03:15:28 +0000 (11:15 +0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 9 Nov 2018 08:44:44 +0000 (00:44 -0800)
commitca25636f56d74d0cbf7d07dcf2dae143c77f3f8a
tree82efab327af10d2f56209e15abee763f4ef82e82
parentadc95e0066e4b050032c085e54cc1bd5451145e4
arm64: tegra_defconfig: fix duplicated symbol assignment.

Below warning is seen during kernel build:

arch/arm64/configs//tegra_defconfig:8:warning: override: reassigning to symbol IRQ_TIME_ACCOUNTING

It seems to be bad conflict resolution during cherry-picking changes.
This patch removes duplicated IRQ_TIME_ACCOUNTING assignment.

Bug 2049432

Change-Id: Ieca6f6c0e1f21a530f02168f9f76fdfaf92d7bb0
Signed-off-by: Leon Yu <leoyu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1945439
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
arch/arm64/configs/tegra_defconfig