summaryrefslogtreecommitdiff
path: root/arch/score/include/uapi/asm/setup.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-12-20 10:53:58 +0000
committerDavid Howells <dhowells@redhat.com>2012-12-20 10:55:33 +0000
commitd66d8c7187989cedae43cb349626a7f304c60ec6 (patch)
treef9fa265cb42dc7d8e4ba28216b63b24998d93d6e /arch/score/include/uapi/asm/setup.h
parentf01af9f85855e38fbd601e033a8eac204cc4cc1c (diff)
UAPI: (Scripted) Disintegrate arch/score/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com> Acked-by: Lennox Wu <lennox.wu@gmail.com> Acked-by: Liqin Chen <liqin299@gmail.com>
Diffstat (limited to 'arch/score/include/uapi/asm/setup.h')
-rw-r--r--arch/score/include/uapi/asm/setup.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/score/include/uapi/asm/setup.h b/arch/score/include/uapi/asm/setup.h
new file mode 100644
index 000000000000..ab9dbdb59bba
--- /dev/null
+++ b/arch/score/include/uapi/asm/setup.h
@@ -0,0 +1,9 @@
+#ifndef _UAPI_ASM_SCORE_SETUP_H
+#define _UAPI_ASM_SCORE_SETUP_H
+
+#define COMMAND_LINE_SIZE 256
+#define MEMORY_START 0
+#define MEMORY_SIZE 0x2000000
+
+
+#endif /* _UAPI_ASM_SCORE_SETUP_H */