aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-07-09 19:08:02 +0300
committerRoy <Roy.mail.net@gmail.com>2023-07-09 19:08:02 +0300
commit63aabf3e7a17feaf9765049c2cf515cfb35d42d8 (patch)
tree61751e0da324cf158f46571266583b4806ea6eae /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
parente498fc49f5d18d3152d5028dafbda5e5f6db4f96 (diff)
downloadTango-63aabf3e7a17feaf9765049c2cf515cfb35d42d8.tar.gz
Tango-63aabf3e7a17feaf9765049c2cf515cfb35d42d8.zip
Eureka Firmware Upgrade.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
index 64ca496f7..47ffe6f19 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
@@ -661,12 +661,6 @@ namespace Tango.PPC.Common.MachineUpdate
/// <exception cref="System.InvalidProgramException">Database tango does not exists.</exception>
public async Task<MachineUpdateResult> Update(bool setupFirmware, bool setupFPGA)
{
- if (_buildProvider.IsEureka)
- {
- setupFirmware = false;
- setupFPGA = false;
- }
-
_updateStartDate = DateTime.UtcNow;
_logs.Clear();