diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-03-14 15:24:11 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-03-14 15:24:11 +0100 |
commit | 0c54b63eb82b048449c05372ecd0e707d6ee32fa (patch) | |
tree | fd62e5a5e822334b10ef3316ea1f42fbe836f8da | |
parent | 7b6d69722c0b3ccc25df1eaffa7c1c3052223e00 (diff) |
colibri_t20: enable initrd atag support
Enable CONFIG_INITRD_TAG which allows passing initrd ATAGs to the Linux
kernel required for initial RAM disk support.
-rw-r--r-- | include/configs/colibri_t20.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 8c8b9d43dd2..2aebea9ac90 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Toradex, Inc. + * Copyright (C) 2012-2014 Toradex, Inc. * Portions Copyright (c) 2010, 2011 NVIDIA Corporation * Portions Copyright (c) 2011 The Chromium OS Authors * @@ -59,6 +59,7 @@ #define CONFIG_SYS_BOARD_ODMDATA 0x300d8011 /* lp1, 1GB */ +#define CONFIG_INITRD_TAG 1 #define CONFIG_REVISION_TAG 1 #define CONFIG_SERIAL_TAG 1 |