diff options
author | Roger Monk <r-monk@ti.com> | 2010-06-30 18:10:33 +0100 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2010-07-01 08:55:23 +0200 |
commit | 20cb868f676822fc91e4ecfa459eabece2ef7e71 (patch) | |
tree | 46da584fa8c74e0b2cfe373ebbf7d39b06f53aea /recipes/x-load/x-load-1.41/0018-omap3evm-provide-missing-udelay-function.patch | |
parent | e83c964ee87ff9d6b3342dc25fcf1528cd0ac7e8 (diff) |
x-load: Remove early (alpha) am3517 x-loader recipes and files
* 1.41 for am3517 was test build - remove
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/x-load/x-load-1.41/0018-omap3evm-provide-missing-udelay-function.patch')
-rw-r--r-- | recipes/x-load/x-load-1.41/0018-omap3evm-provide-missing-udelay-function.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/x-load/x-load-1.41/0018-omap3evm-provide-missing-udelay-function.patch b/recipes/x-load/x-load-1.41/0018-omap3evm-provide-missing-udelay-function.patch deleted file mode 100644 index 54681cbedc..0000000000 --- a/recipes/x-load/x-load-1.41/0018-omap3evm-provide-missing-udelay-function.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 60455ac7f09e4d1c1472eb206e66185d9fd89ef9 Mon Sep 17 00:00:00 2001 -From: Steve Sakoman <steve@sakoman.com> -Date: Mon, 18 Aug 2008 11:11:57 -0700 -Subject: [PATCH] omap3evm: provide missing udelay function - ---- - board/omap3evm/omap3evm.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/board/omap3evm/omap3evm.c b/board/omap3evm/omap3evm.c -index 857516b..d4ef29b 100755 ---- a/board/omap3evm/omap3evm.c -+++ b/board/omap3evm/omap3evm.c -@@ -70,6 +70,10 @@ static inline void delay(unsigned long loops) - "bne 1b":"=r" (loops):"0"(loops)); - } - -+void udelay (unsigned long usecs) { -+ delay(usecs); -+} -+ - /***************************************** - * Routine: board_init - * Description: Early hardware init. --- -1.5.4.3 - |