]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r262326 (white space) and r262327 (fdt_addr).
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Apr 2014 00:13:25 +0000 (00:13 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Apr 2014 00:13:25 +0000 (00:13 +0000)
commit1b300fd3ceac6f3a599efd9fcbeb91ae6ff7f4a4
treee8e7d5202bd521e65a33a130ab27a23713261f49
parent8e26f41a82b183090c51c970fbe4e7ed7c780f8c
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");

git-svn-id: svn://svn.freebsd.org/base/stable/10@265066 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/fdt/fdt_loader_cmd.c