From d275c40c69cad09a139f4a1df874e68c086df7a7 Mon Sep 17 00:00:00 2001 From: "Albert ARIBAUD \\(3ADEV\\)" Date: Tue, 3 Feb 2015 18:13:14 +0100 Subject: omap3: add support for QUIPOS Cairo board. This patch extends OMAP3 support for AM/DM37xx and introduces the AM3703-based Quipos Cairo board. Signed-off-by: Albert ARIBAUD (3ADEV) Reviewed-by: Simon Glass --- configs/cairo_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/cairo_defconfig (limited to 'configs/cairo_defconfig') diff --git a/configs/cairo_defconfig b/configs/cairo_defconfig new file mode 100644 index 0000000000..ae1dda2eb5 --- /dev/null +++ b/configs/cairo_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y ++S:CONFIG_ARM=y ++S:CONFIG_OMAP34XX=y ++S:CONFIG_TARGET_OMAP3_CAIRO=y -- cgit v1.2.1