]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_bootm.c
load_addr: move to common env code
[karo-tx-uboot.git] / common / cmd_bootm.c
index 9873ee7de8822cba4838e732df3f3680c9c28cf3..18019d65263ca55086f8b2a412cd0e0de9fcf36f 100644 (file)
@@ -156,7 +156,6 @@ static boot_os_fn *boot_os[] = {
 #endif
 };
 
-ulong load_addr = CONFIG_SYS_LOAD_ADDR;        /* Default Load Address */
 static bootm_headers_t images;         /* pointers to os/initrd/fdt images */
 
 /* Allow for arch specific config before we boot */