cmd: pxe: add board specific PXE default path
authorMarek Behún <marek.behun@nic.cz>
Thu, 2 May 2019 13:29:12 +0000 (15:29 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 5 May 2019 12:48:50 +0000 (08:48 -0400)
commit2455efa2eac0b98f75ceef9b53074b204cdc9733
treecf5d6ddd0747a6b931d2b3886782ee052f509083
parent95468e6c9bfc8a552ec3681dacb666ef854f21cf
cmd: pxe: add board specific PXE default path

The list of PXE default paths contains ARCH and SOC specific paths, but
one PXE server can serve different board with the same ARCH and SOC.
This is the case for Turris Omnia and Turris Mox, where ARCH=arm and
SOC=mvebu.

If CONFIG_SYS_BOARD is defined, also try "default-$ARCH-$SOC-$BOARD"
path.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
cmd/pxe.c