image: Rename load_addr, save_addr, save_size
[oweals/u-boot.git] / net / net.c
index 5199d679a1fbfc9c3d24d3d0577d7e5a375fe4f4..b9bf0d1a8b521cb2623a9b8857a6a66aa5778886 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -636,7 +636,7 @@ restart:
                                printf("Bytes transferred = %d (%x hex)\n",
                                       net_boot_file_size, net_boot_file_size);
                                env_set_hex("filesize", net_boot_file_size);
-                               env_set_hex("fileaddr", load_addr);
+                               env_set_hex("fileaddr", image_load_addr);
                        }
                        if (protocol != NETCONS)
                                eth_halt();