From 0c54b63eb82b048449c05372ecd0e707d6ee32fa Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 14 Mar 2014 15:24:11 +0100 Subject: 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. --- include/configs/colibri_t20.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 8c8b9d43dd..2aebea9ac9 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 -- cgit v1.2.3