aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-07-12 12:20:14 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-07-12 12:20:14 +0300
commit754be25c42cd16c3bd478373fec20b6b3b53620a (patch)
treead8f8fb4c67a380734c9838913b759fcd3552b5b /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
parent9f36a1101aea71556c3f2377dd8fc293f23335be (diff)
parent98998e64bd4bd1c7c516019eeb2649693eee175f (diff)
downloadTango-754be25c42cd16c3bd478373fec20b6b3b53620a.tar.gz
Tango-754be25c42cd16c3bd478373fec20b6b3b53620a.zip
Merge branch 'eureka' of https://twinetfs.visualstudio.com/Tango/_git/Tango into eureka
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();