diff options
| author | Tom Rini <[email protected]> | 2017-03-14 11:08:12 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-05 13:52:34 -0400 |
| commit | 70cc0c34b638fbf99f0984dc53312cd8479c99a7 (patch) | |
| tree | d0ef8822cc0f6e71c300795cb6be3260414d11bc /examples | |
| parent | 936478e797a87bcd4e002bf70430b6f58584b155 (diff) | |
OpenRISC: Remove
The OpenRISC architecture is currently unmaintained, remove.
Cc: Stefan Kristiansson <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/standalone/stubs.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c index bc9ff89527b..a6a9fcf189a 100644 --- a/examples/standalone/stubs.c +++ b/examples/standalone/stubs.c @@ -185,20 +185,6 @@ gd_t *global_data; " lwi $r16, [$r16 + (%1)]\n" \ " jr $r16\n" \ : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "$r16"); -#elif defined(CONFIG_OPENRISC) -/* - * r10 holds the pointer to the global_data, r13 is a call-clobbered - * register - */ -#define EXPORT_FUNC(f, a, x, ...) \ - asm volatile ( \ -" .globl " #x "\n" \ -#x ":\n" \ -" l.lwz r13, %0(r10)\n" \ -" l.lwz r13, %1(r13)\n" \ -" l.jr r13\n" \ -" l.nop\n" \ - : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r13"); #elif defined(CONFIG_ARC) /* * r25 holds the pointer to the global_data. r10 is call clobbered. |
