summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-21 11:36:48 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-21 11:36:48 +0200
commit2c33a38bace6a29fe85d6dcd9567bf0ae751014e (patch)
tree419249a32204d1eb98aab23471d64af112f1bb9b /include
parentaa0c71acad72949848b31f21948ed628003bba64 (diff)
downloadbarebox-2c33a38bace6a29fe85d6dcd9567bf0ae751014e.tar.gz
barebox-2c33a38bace6a29fe85d6dcd9567bf0ae751014e.tar.xz
Enable initrd ATAG for xm250 board.
Patch by Josef Wagner, 05 Sep 2005
Diffstat (limited to 'include')
-rw-r--r--include/configs/xm250.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/xm250.h b/include/configs/xm250.h
index 952f73b43d..825bfd14e9 100644
--- a/include/configs/xm250.h
+++ b/include/configs/xm250.h
@@ -119,9 +119,9 @@
/*
* Definitions related to passing arguments to kernel.
*/
-#define CONFIG_CMDLINE_TAG 1 /* send commandline to Kernel */
-#define CONFIG_SETUP_MEMORY_TAGS 1 /* send memory definition to kernel */
-#undef CONFIG_INITRD_TAG /* do not send initrd params */
+#define CONFIG_CMDLINE_TAG 1 /* send commandline to Kernel */
+#define CONFIG_SETUP_MEMORY_TAGS 1 /* send memory definition to kernel */
+#define CONFIG_INITRD_TAG 1 /* do not send initrd params */
#undef CONFIG_VFD /* do not send framebuffer setup */
/*