From dfe36ad6396c4bbbd69c3acc3f55540b556c92e0 Mon Sep 17 00:00:00 2001 From: Anthony Felice Date: Fri, 21 Jun 2013 16:54:43 -0400 Subject: vybrid: Fix for 1.1 silicon (rev G and later) --- include/configs/vybrid_auto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/configs/vybrid_auto.h b/include/configs/vybrid_auto.h index d5ed594348..441e9d7932 100644 --- a/include/configs/vybrid_auto.h +++ b/include/configs/vybrid_auto.h @@ -41,9 +41,9 @@ * increase in the final file size: 144260 vs. 109536 Bytes. */ -#undef CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ -#undef CONFIG_SETUP_MEMORY_TAGS -#undef CONFIG_INITRD_TAG +#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ +#define CONFIG_SETUP_MEMORY_TAGS +#define CONFIG_INITRD_TAG #undef CONFIG_OF_LIBFDT -- cgit v1.2.3