Searched hist:"9 dd228b5e702edb3295fe5cfee5e46e87233dc72" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | rbtree_augmented.h | 9dd228b5e702edb3295fe5cfee5e46e87233dc72 Tue Jun 24 08:10:00 UTC 2014 Heiko Schocher <hs@denx.de> lib, rbtree: resync with Linux-3.14
resync with linux:
commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Sun Mar 30 20:40:15 2014 -0700
Linux 3.14
Needed for the MTD/UBI/UBIFS resync
Just copied the files from Linux, changed the license file header, and add in the c-file:
+#define __UBOOT__ #include <linux/rbtree_augmented.h> +#ifndef __UBOOT__ #include <linux/export.h> +#else +#include <ubi_uboot.h> +#endif
so, it compiles for U-Boot.
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Marek Vasut <marex@denx.de> Cc: Sergey Lapin <slapin@ossfans.org> Cc: Scott Wood <scottwood@freescale.com> Cc: Tom Rini <trini@ti.com>
|
| H A D | rbtree.h | 9dd228b5e702edb3295fe5cfee5e46e87233dc72 Tue Jun 24 08:10:00 UTC 2014 Heiko Schocher <hs@denx.de> lib, rbtree: resync with Linux-3.14
resync with linux:
commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Sun Mar 30 20:40:15 2014 -0700
Linux 3.14
Needed for the MTD/UBI/UBIFS resync
Just copied the files from Linux, changed the license file header, and add in the c-file:
+#define __UBOOT__ #include <linux/rbtree_augmented.h> +#ifndef __UBOOT__ #include <linux/export.h> +#else +#include <ubi_uboot.h> +#endif
so, it compiles for U-Boot.
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Marek Vasut <marex@denx.de> Cc: Sergey Lapin <slapin@ossfans.org> Cc: Scott Wood <scottwood@freescale.com> Cc: Tom Rini <trini@ti.com>
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | rbtree.c | 9dd228b5e702edb3295fe5cfee5e46e87233dc72 Tue Jun 24 08:10:00 UTC 2014 Heiko Schocher <hs@denx.de> lib, rbtree: resync with Linux-3.14
resync with linux:
commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Sun Mar 30 20:40:15 2014 -0700
Linux 3.14
Needed for the MTD/UBI/UBIFS resync
Just copied the files from Linux, changed the license file header, and add in the c-file:
+#define __UBOOT__ #include <linux/rbtree_augmented.h> +#ifndef __UBOOT__ #include <linux/export.h> +#else +#include <ubi_uboot.h> +#endif
so, it compiles for U-Boot.
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Marek Vasut <marex@denx.de> Cc: Sergey Lapin <slapin@ossfans.org> Cc: Scott Wood <scottwood@freescale.com> Cc: Tom Rini <trini@ti.com>
|