]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite01bb009cb24a45b77b51e94bc3d430eb7128a07
tree848549b8ab011adb5dd2cb058b31fff605dcfa16
parent8af27d72b192c2a2c7e9b70ee12d9ccf9cb9c3db
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