Browse Source

* undo merge of 45365 as it requires another revision that's only in trunk

git-svn-id: branches/fixes_3_2@47822 -
svenbarth 4 years ago
parent
commit
f3c1733daa
1 changed files with 0 additions and 4 deletions
  1. 0 4
      compiler/systems/t_embed.pas

+ 0 - 4
compiler/systems/t_embed.pas

@@ -1310,10 +1310,6 @@ begin
         success:=DoExec(FindUtil(utilsprefix+'objcopy'),'-O binary '+
         success:=DoExec(FindUtil(utilsprefix+'objcopy'),'-O binary '+
           ChangeFileExt(current_module.exefilename,'.elf')+' '+
           ChangeFileExt(current_module.exefilename,'.elf')+' '+
           ChangeFileExt(current_module.exefilename,'.bin'),true,false);
           ChangeFileExt(current_module.exefilename,'.bin'),true,false);
-{$ifdef ARM}
-      if success and (current_settings.controllertype = ct_raspi2) then
-        success:=DoExec(FindUtil(utilsprefix+'objcopy'),'-O binary '+ FixedExeFileName + ' kernel7.img',true,false);
-{$endif ARM}
     end;
     end;
 
 
   MakeExecutable:=success;   { otherwise a recursive call to link method }
   MakeExecutable:=success;   { otherwise a recursive call to link method }