Makefile: Set the platform variables before parsing the platforms
authorAlistair Francis <alistair.francis@wdc.com>
Fri, 22 Feb 2019 23:02:55 +0000 (15:02 -0800)
committerAnup Patel <anup@brainfault.org>
Tue, 26 Feb 2019 13:53:26 +0000 (19:23 +0530)
commit42e9ad556ddae97dde3a55d649213a606efb01c0
treec4dd87db82c8da6c601d5bb0e9e06bc65446de72
parenta1ffba1ac9b0cde0e9005fa79b36e45216646b9d
Makefile: Set the platform variables before parsing the platforms

Ensure the platform variable PLATFORM_RISCV_XLEN is set before we parse
the platform files.

This fixes the 32-bit openSBI FW_JUMP_ADDR.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Makefile