mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvethernet: Remove Makefile macro UPDATED_PAD_CAL
Enabled the default updated pad calibration code and UPDATED_PAD_CAL macro is no more needed Bug 2831220 Change-Id: Ifee09abaaf14ec93746931357604adcf0ea47d92 Signed-off-by: Mahesh Patil <maheshp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2563556 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Nagaraj Annaiah <nannaiah@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Revanth Kumar Uppala
parent
906381bd22
commit
41b780c228
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
# Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms and conditions of the GNU General Public License,
|
||||
@@ -18,7 +18,7 @@ OSI_DMA := nvethernetrm/osi/dma
|
||||
|
||||
obj-$(CONFIG_NVETHERNET) += nvethernet.o
|
||||
|
||||
ccflags-y += -DLINUX_IVC -DUPDATED_PAD_CAL \
|
||||
ccflags-y += -DLINUX_IVC \
|
||||
-I$(srctree.nvidia)/drivers/net/ethernet/nvidia/nvethernet/nvethernetrm/include \
|
||||
-I$(srctree.nvidia)/drivers/net/ethernet/nvidia/nvethernet/nvethernetrm/osi/common/include
|
||||
|
||||
|
||||
Reference in New Issue
Block a user