From f3c1733daab28fbb44691f7e9788d4e10fcd310e Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sun, 20 Dec 2020 10:50:55 +0000 Subject: [PATCH] * undo merge of 45365 as it requires another revision that's only in trunk git-svn-id: branches/fixes_3_2@47822 - --- compiler/systems/t_embed.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/systems/t_embed.pas b/compiler/systems/t_embed.pas index 39069fec32..3a598d5694 100644 --- a/compiler/systems/t_embed.pas +++ b/compiler/systems/t_embed.pas @@ -1310,10 +1310,6 @@ begin success:=DoExec(FindUtil(utilsprefix+'objcopy'),'-O binary '+ ChangeFileExt(current_module.exefilename,'.elf')+' '+ 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; MakeExecutable:=success; { otherwise a recursive call to link method }