lbmk/config/coreboot/e5420_6mb
Leah Rowe a5c7cc1a0b fix target.cfg files on dell latitudes
some latitudes still used the old style for variables
in target.cfg, specifically arch="x86_64" - lbmk used to
then check that on a big if/else and translate it to the
correct target name for crossgcc, e.g. i386-elf, arm-eabi

now it just puts the arch directly, in a new variable:
xarch

change arch="x86_64" to xarch="i386-elf" in these files.
also remove a few obsolete variables. should build now.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-04-28 03:27:54 +01:00
..
config config: Add Dell Latitude E5420 2024-03-04 18:28:58 -07:00
target.cfg fix target.cfg files on dell latitudes 2024-04-28 03:27:54 +01:00
warn.txt Set status=unstable on dell latitudes 2024-04-27 15:08:16 +01:00