summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-09-27 13:59:55 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-10-02 11:20:57 +0200
commit8954d498f99dcc53bce824a39fa682bd61f0aa75 (patch)
tree6277b0462cb915c9e5e2f695b46d2a8b764bec98
parentc0547807acefd639fa7b7ea7b00a99dc4e527f03 (diff)
[fixup] spl.c: bl31_entry from upstream merge
-rw-r--r--common/spl/spl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index de6b7020eb..e4408843d4 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -440,11 +440,6 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
debug("Failed to stash bootstage: err=%d\n", ret);
#endif
- if (CONFIG_IS_ENABLED(ATF_SUPPORT)) {
- debug("loaded - jumping to U-Boot via ATF BL31.\n");
- bl31_entry();
- }
-
debug("loaded - jumping to U-Boot...\n");
spl_board_prepare_for_boot();
jump_to_image_no_args(&spl_image);