]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Look for both fdtaddr and fdt_addr env var names. Grepping the u-boot
authorian <ian@FreeBSD.org>
Sat, 22 Feb 2014 03:36:45 +0000 (03:36 +0000)
committerian <ian@FreeBSD.org>
Sat, 22 Feb 2014 03:36:45 +0000 (03:36 +0000)
commitf59db7212f9c5b0509b3ff2ce41d684ae15adb1e
tree944e165eeedb7233d8c71973eb077ed3c026dc2c
parent0f01aae959cf41d6e91b1a28ce448c31b97d014d
Look for both fdtaddr and fdt_addr env var names.  Grepping the u-boot
source shows that board vendors seem to be about evenly split on this.

This commit is a trivial change to note that while the previous change
was supposed to be whitespace only, this functional change also crept in.
The added lines were:

  /* Board vendors use both fdtaddr and fdt_addr names.  Grrrr. */

  if (s == NULL)
s = ub_env_get("fdt_addr");
sys/boot/fdt/fdt_loader_cmd.c