vexpress64: config header: unify environment definition
authorAndre Przywara <andre.przywara@arm.com>
Fri, 4 Mar 2022 16:30:12 +0000 (16:30 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 18:56:26 +0000 (14:56 -0400)
commite09ec8e340260ace3d49d634fc869b7a9eb09186
tree848549b8ab011adb5dd2cb058b31fff605dcfa16
parentc0fce929564f996f6f21418827c48519eb79d1b6
vexpress64: config header: unify environment definition

The definition of the standard environment variables (kernel_addr_r and
friends) has been improved lately for the FVP model, but the Juno board
is still using some custom scheme.
Since we need to extend this to a third board soon, let's unify the
definition:
- Define the Juno addresses in the same generic way we do for the FVP
  model, and move the actual variable setting out of the board #ifdef's.
- Add the missing addresses for a PXE file and a boot script.
- Cleanup some stale comments on the way.

As the FVP model doesn't have support for distro_boot quite yet, add
a dummy definition for now, to be replaced with the real thing later.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
include/configs/vexpress_aemv8.h