aboutsummaryrefslogtreecommitdiff
path: root/board/xes/xpedite1000/xpedite1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/xes/xpedite1000/xpedite1000.c')
-rw-r--r--board/xes/xpedite1000/xpedite1000.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/xes/xpedite1000/xpedite1000.c b/board/xes/xpedite1000/xpedite1000.c
index b4cbb2fce..a3534d2d7 100644
--- a/board/xes/xpedite1000/xpedite1000.c
+++ b/board/xes/xpedite1000/xpedite1000.c
@@ -196,20 +196,4 @@ int post_hotkeys_pressed(void)
{
return ctrlc();
}
-
-void post_word_store(ulong a)
-{
- volatile ulong *save_addr =
- (volatile ulong *)(CONFIG_SYS_POST_WORD_ADDR);
-
- *save_addr = a;
-}
-
-ulong post_word_load(void)
-{
- volatile ulong *save_addr =
- (volatile ulong *)(CONFIG_SYS_POST_WORD_ADDR);
-
- return *save_addr;
-}
#endif