[U-Boot] [PATCH] sandbox: Add asm/errno.h

28 Sep
2012
28 Sep
'12
8:23 p.m.
This file is required for all archs. Fixes a sandbox build break on ext4.
Signed-off-by: Simon Glass sjg@chromium.org --- arch/sandbox/include/asm/errno.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 arch/sandbox/include/asm/errno.h
diff --git a/arch/sandbox/include/asm/errno.h b/arch/sandbox/include/asm/errno.h new file mode 100644 index 0000000..4c82b50 --- /dev/null +++ b/arch/sandbox/include/asm/errno.h @@ -0,0 +1 @@ +#include <asm-generic/errno.h>
--
1.7.7.3

29 Sep
29 Sep
7:02 p.m.
On Fri, Sep 28, 2012 at 11:23:45AM -0700, Simon Glass wrote:
This file is required for all archs. Fixes a sandbox build break on ext4.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom
4603
Age (days ago)
4604
Last active (days ago)
1 comments
2 participants
participants (2)
-
Simon Glass
-
Tom Rini