From patchwork Thu Mar 1 21:13:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,2/3] ventana: define CONFIG_MACH_VENTANA From: Troy Kisky X-Patchwork-Id: 144132 Message-Id: <1330636394-25173-2-git-send-email-troy.kisky@boundarydevices.com> To: albert.u.boot@aribaud.net Cc: stefan@code.herbrechtsmeier.net, jcrigby@gmail.com, s-paulraj@ti.com, u-boot@lists.denx.de, ajay.bhargav@einfochips.com, twarren@nvidia.com, weber@corscience.de, hs@denx.de, christian.riesch@omicron.at Date: Thu, 1 Mar 2012 14:13:13 -0700 ventana uses board/nvidia/seaboard/seaboard.c which uses machine_is_ventana. Signed-off-by: Troy Kisky --- include/configs/ventana.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/ventana.h b/include/configs/ventana.h index acc9b43..b5caebb 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -24,6 +24,8 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_MACH_VENTANA + #include #include "tegra2-common.h"