MX51: vision2: Fix build for vision2 board.
[oweals/u-boot.git] / include / configs / tegra2-common.h
index 4f4374a74bae012bf121a3532278e856fa44da6b..febce35ac1e4546b1ed9a9f9a0dcbc3830bae0b6 100644 (file)
@@ -33,6 +33,8 @@
 #define CONFIG_MACH_TEGRA_GENERIC      /* which is a Tegra generic machine */
 #define CONFIG_L2_OFF                  /* No L2 cache */
 
+#define CONFIG_ENABLE_CORTEXA9         /* enable CPU (A9 complex) */
+
 #include <asm/arch/tegra2.h>           /* get chip and board defs */
 
 /*
@@ -45,6 +47,7 @@
 #define CONFIG_SKIP_LOWLEVEL_INIT
 
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs */
+#define CONFIG_OF_LIBFDT               /* enable passing of devicetree */
 
 /* Environment */
 #define CONFIG_ENV_IS_NOWHERE