[U-Boot] [PATCH] nds32: Add a basic errno.h

Simon Glass sjg at chromium.org
Sat Jan 5 21:48:23 CET 2013


This is available on other architectures, and nds32 will start to break
without it as code starts to use error numbers more.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
 arch/nds32/include/asm/errno.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 arch/nds32/include/asm/errno.h

diff --git a/arch/nds32/include/asm/errno.h b/arch/nds32/include/asm/errno.h
new file mode 100644
index 0000000..4c82b50
--- /dev/null
+++ b/arch/nds32/include/asm/errno.h
@@ -0,0 +1 @@
+#include <asm-generic/errno.h>
-- 
1.7.7.3



More information about the U-Boot mailing list