diff options
author | Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> | 2015-02-03 18:13:14 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 20:13:21 -0500 |
commit | d275c40c69cad09a139f4a1df874e68c086df7a7 (patch) | |
tree | bcb2a55865d21d54a702bca45dc444e5154ee64e /configs | |
parent | 5bd15b7a503f31255a8b656e3e30fbab83923ff9 (diff) |
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) <albert.aribaud@3adev.fr>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/cairo_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/cairo_defconfig b/configs/cairo_defconfig new file mode 100644 index 00000000000..ae1dda2eb59 --- /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 |