diff options
author | ian <ian@FreeBSD.org> | 2014-04-29 00:13:25 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-04-29 00:13:25 +0000 |
commit | d388ba01efb9e58cfeba4acc2950aa50b25a40f5 (patch) | |
tree | e8e7d5202bd521e65a33a130ab27a23713261f49 /sys/boot/uboot/lib/disk.c | |
parent | a021bcb6d43a549fe2b5173956251d84a05aa5ce (diff) | |
download | FreeBSD-src-d388ba01efb9e58cfeba4acc2950aa50b25a40f5.zip FreeBSD-src-d388ba01efb9e58cfeba4acc2950aa50b25a40f5.tar.gz |
MFC r262326 (white space) and r262327 (fdt_addr).
This change was supposed to be whitespace only, but a functional change
snuck in, as follows:
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.
The added lines were:
/* Board vendors use both fdtaddr and fdt_addr names. Grrrr. */
if (s == NULL)
s = ub_env_get("fdt_addr");
Diffstat (limited to 'sys/boot/uboot/lib/disk.c')
0 files changed, 0 insertions, 0 deletions