summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/bootm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index bb44776afd..5dd1703538 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -127,9 +127,6 @@ static int bootm_open_initrd_uimage(struct image_data *data)
data->initrd = data->os;
}
- if (data->initrd_address == UIMAGE_INVALID_ADDRESS)
- data->initrd_address = data->initrd->header.ih_load;
-
return 0;
}