commit | 149dded2b178bc0fb62cb6f61b87968d914b580a | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Sep 10 18:20:28 2003 +0000 |
committer | wdenk <wdenk> | Wed Sep 10 18:20:28 2003 +0000 |
tree | 6322023840b11a7210e3030262dc5e6ee42953f0 | |
parent | 7152b1d0b3f8beec8c297d64664e41b4c4ef610a [diff] [blame] |
* Add support for USB Mass Storage Devices (BBB) (tested with USB memory sticks only) * Avoid flicker on TRAB's VFD
diff --git a/drivers/sk98lin/uboot_skb.c b/drivers/sk98lin/uboot_skb.c index 9d86bea..b87ad16 100644 --- a/drivers/sk98lin/uboot_skb.c +++ b/drivers/sk98lin/uboot_skb.c
@@ -23,6 +23,10 @@ * MA 02111-1307 USA */ +#include <config.h> + +#ifdef CONFIG_SK98 + #include <common.h> #include "u-boot_compat.h" @@ -114,3 +118,5 @@ { skb->len+=len; } + +#endif /* CONFIG_SK98 */