uboot: Use "mdbtrick" target when building elf for ARC
authorZakharov Vlad <Vladislav.Zakharov@synopsys.com>
Fri, 27 May 2016 17:51:41 +0000 (20:51 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Jun 2016 19:40:19 +0000 (21:40 +0200)
commit41a077d2b1c94d208c34509e6361d159cab83367
treee12f6132e83010fedefe48ba99777bdd7177da20
parentf075afcbd6445b470b7556574a06ed712232807e
uboot: Use "mdbtrick" target when building elf for ARC

By default position independent executables (PIE) are generated
when building U-Boot elf target. MetaWare debugger doesn't support
PIE (position-independent executable).

In order to allow MDB load and run U-Boot elf, we need to do a
special trick, called "mdbtrick".

This special build target is used to fake generated U-Boot elf by:
    1. Reset PIE flag in ELF header
    2. Strip all debug information from elf

Signed-off-by: Zakharov Vlad <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/uboot.mk