]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/image.c
ARM: remove broken "evb4510" board.
[karo-tx-uboot.git] / common / image.c
index 5eea2a1f551d7cf5f753817ea8a1fb501359f26f..d38ce4ad7491a5f238ad0ff6ea5600a08341890e 100644 (file)
@@ -970,17 +970,6 @@ int boot_get_ramdisk (int argc, char * const argv[], bootm_headers_t *images,
                        rd_data = rd_len = rd_load = 0;
                        return 1;
                }
-
-#if defined(CONFIG_B2) || defined(CONFIG_EVB4510) || defined(CONFIG_ARMADILLO)
-               /*
-                * We need to copy the ramdisk to SRAM to let Linux boot
-                */
-               if (rd_data) {
-                       memmove ((void *)rd_load, (uchar *)rd_data, rd_len);
-                       rd_data = rd_load;
-               }
-#endif /* CONFIG_B2 || CONFIG_EVB4510 || CONFIG_ARMADILLO */
-
        } else if (images->legacy_hdr_valid &&
                        image_check_type (&images->legacy_hdr_os_copy, IH_TYPE_MULTI)) {
                /*