From 26e670ea434838d1939dc3adf7b7cc79189b2171 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 5 Sep 2011 14:37:28 +0200 Subject: ARM: remove broken "evb4510" board. Signed-off-by: Wolfgang Denk Cc: Albert ARIBAUD Cc: Curt Brune --- common/image.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'common/image.c') diff --git a/common/image.c b/common/image.c index 5eea2a1..d38ce4a 100644 --- a/common/image.c +++ b/common/image.c @@ -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)) { /* -- cgit v1.1