mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/8] ARM: zii-imx8mq-dev: Drop extra relocation code
@ 2019-09-14  6:19 Andrey Smirnov
  2019-09-14  6:19 ` [PATCH 2/8] ARM: zii-imx8mq-dev: Switch to using compressed DTB Andrey Smirnov
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Andrey Smirnov @ 2019-09-14  6:19 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Since commit 3ce6447849 ("ARM: zii-imx8mq-dev: Do setup_c() before
accessing global variables") appropriate relocation will be done
unconditionally, so we don't need to do it again in this corner case.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 arch/arm/boards/zii-imx8mq-dev/lowlevel.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boards/zii-imx8mq-dev/lowlevel.c b/arch/arm/boards/zii-imx8mq-dev/lowlevel.c
index 7eb8b684d2..8442beb4f4 100644
--- a/arch/arm/boards/zii-imx8mq-dev/lowlevel.c
+++ b/arch/arm/boards/zii-imx8mq-dev/lowlevel.c
@@ -155,8 +155,6 @@ static __noreturn noinline void zii_imx8mq_dev_start(void)
 	switch (system_type) {
 	default:
 		if (IS_ENABLED(CONFIG_DEBUG_LL)) {
-			relocate_to_current_adr();
-			setup_c();
 			puts_ll("\n*********************************\n");
 			puts_ll("* Unknown system type: ");
 			puthex_ll(system_type);
-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-09-16  7:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-14  6:19 [PATCH 1/8] ARM: zii-imx8mq-dev: Drop extra relocation code Andrey Smirnov
2019-09-14  6:19 ` [PATCH 2/8] ARM: zii-imx8mq-dev: Switch to using compressed DTB Andrey Smirnov
2019-09-14  6:19 ` [PATCH 3/8] ARM: zii-vf610-dev: Swith " Andrey Smirnov
2019-09-14  6:19 ` [PATCH 4/8] ARM: zii-imx6-rdu2: " Andrey Smirnov
2019-09-14  6:19 ` [PATCH 5/8] ARM: zii-imx7d-dev: " Andrey Smirnov
2019-09-14  6:19 ` [PATCH 6/8] ARM: zii-imx51-rdu1: " Andrey Smirnov
2019-09-14  6:19 ` [PATCH 7/8] ARM: imx8mq-zii-ultra: Use upstream DTS Andrey Smirnov
2019-09-14  6:19 ` [PATCH 8/8] ARM: zii-common: Share MAC address configuration between RDU2/3 Andrey Smirnov
2019-09-16  7:28 ` [PATCH 1/8] ARM: zii-imx8mq-dev: Drop extra relocation code Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox