summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-09-05 14:37:28 +0200
committerWolfgang Denk <wd@denx.de>2011-09-07 21:46:39 +0200
commit26e670ea434838d1939dc3adf7b7cc79189b2171 (patch)
tree5a4290105a1444d0c1ffefa7fcd732a38c14b74d /common
parentc8f63b415fc7c53550fd613ed94e3d5dddf76d6f (diff)
downloadblackbird-obmc-uboot-26e670ea434838d1939dc3adf7b7cc79189b2171.tar.gz
blackbird-obmc-uboot-26e670ea434838d1939dc3adf7b7cc79189b2171.zip
ARM: remove broken "evb4510" board.
Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: Curt Brune <curt@cucy.com>
Diffstat (limited to 'common')
-rw-r--r--common/image.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/image.c b/common/image.c
index 5eea2a1f55..d38ce4ad74 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)) {
/*
OpenPOWER on IntegriCloud