diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-17 00:58:36 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-06-23 00:10:04 +0200 |
commit | de7a01abd8aeb167946f391327e1e0d1e01f90c9 (patch) | |
tree | 948bb53656a0e2bb1c80fd32563ec530760d29a0 /board/armltd/versatile/versatile.c | |
parent | f54851a6e3844b7e01581b5a9681f294118b7529 (diff) | |
download | u-boot-imx-de7a01abd8aeb167946f391327e1e0d1e01f90c9.zip u-boot-imx-de7a01abd8aeb167946f391327e1e0d1e01f90c9.tar.gz u-boot-imx-de7a01abd8aeb167946f391327e1e0d1e01f90c9.tar.bz2 |
integratorap/cp/versatile: remove non used functions
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Peter Pearse <peter.pearse@arm.com>
Diffstat (limited to 'board/armltd/versatile/versatile.c')
-rw-r--r-- | board/armltd/versatile/versatile.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/armltd/versatile/versatile.c b/board/armltd/versatile/versatile.c index 0f35caa..197bc89 100644 --- a/board/armltd/versatile/versatile.c +++ b/board/armltd/versatile/versatile.c @@ -46,13 +46,6 @@ void show_boot_progress(int progress) #define COMP_MODE_ENABLE ((unsigned int)0x0000EAEF) -static inline void delay (unsigned long loops) -{ - __asm__ volatile ("1:\n" - "subs %0, %1, #1\n" - "bne 1b":"=r" (loops):"0" (loops)); -} - /* * Miscellaneous platform dependent initialisations */ |