aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini2017-03-14 10:08:12 -0500
committerTom Rini2017-04-05 12:52:34 -0500
commit70cc0c34b638fbf99f0984dc53312cd8479c99a7 (patch)
treed0ef8822cc0f6e71c300795cb6be3260414d11bc /examples
parent936478e797a87bcd4e002bf70430b6f58584b155 (diff)
downloadu-boot-70cc0c34b638fbf99f0984dc53312cd8479c99a7.tar.gz
u-boot-70cc0c34b638fbf99f0984dc53312cd8479c99a7.tar.xz
u-boot-70cc0c34b638fbf99f0984dc53312cd8479c99a7.zip
OpenRISC: Remove
The OpenRISC architecture is currently unmaintained, remove. Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/standalone/stubs.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c
index bc9ff89527..a6a9fcf189 100644
--- a/examples/standalone/stubs.c
+++ b/examples/standalone/stubs.c
@@ -185,20 +185,6 @@ gd_t *global_data;
185" lwi $r16, [$r16 + (%1)]\n" \ 185" lwi $r16, [$r16 + (%1)]\n" \
186" jr $r16\n" \ 186" jr $r16\n" \
187 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "$r16"); 187 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "$r16");
188#elif defined(CONFIG_OPENRISC)
189/*
190 * r10 holds the pointer to the global_data, r13 is a call-clobbered
191 * register
192 */
193#define EXPORT_FUNC(f, a, x, ...) \
194 asm volatile ( \
195" .globl " #x "\n" \
196#x ":\n" \
197" l.lwz r13, %0(r10)\n" \
198" l.lwz r13, %1(r13)\n" \
199" l.jr r13\n" \
200" l.nop\n" \
201 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r13");
202#elif defined(CONFIG_ARC) 188#elif defined(CONFIG_ARC)
203/* 189/*
204 * r25 holds the pointer to the global_data. r10 is call clobbered. 190 * r25 holds the pointer to the global_data. r10 is call clobbered.