X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fbf537-stamp%2Fpost.c;h=c546ab6cb6456c68c82314771af2a4b85ed0bfc4;hb=800eb09641ae67c707b65acff112684a954b7f44;hp=4e844ba432677540b74fc295b2c7aee9a72d7f72;hpb=e2fad3fce947edf97ff7186bcf36b9adf113ac94;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/bf537-stamp/post.c b/board/bf537-stamp/post.c index 4e844ba..c546ab6 100644 --- a/board/bf537-stamp/post.c +++ b/board/bf537-stamp/post.c @@ -13,8 +13,6 @@ #include #include -#define POST_WORD_ADDR 0xFF903FFC - /* Using sw10-PF5 as the hotkey */ int post_hotkeys_pressed(void) { @@ -47,18 +45,6 @@ int post_hotkeys_pressed(void) } } -void post_word_store(ulong a) -{ - volatile ulong *save_addr = (volatile ulong *)POST_WORD_ADDR; - *save_addr = a; -} - -ulong post_word_load(void) -{ - volatile ulong *save_addr = (volatile ulong *)POST_WORD_ADDR; - return *save_addr; -} - int uart_post_test(int flags) { return 0;