diff options
author | Dirk Behme <dirk.behme@googlemail.com> | 2009-01-28 21:39:57 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-01-28 21:39:57 +0100 |
commit | 9d0fc8110e7e755239329c26f300d5fc9946d3ec (patch) | |
tree | ba084bf48a4eab7b621caa2907d6df3e848bd48c /Makefile | |
parent | f904cdbb68167c647887f19929ad295dbaac8862 (diff) | |
download | u-boot-imx-9d0fc8110e7e755239329c26f300d5fc9946d3ec.zip u-boot-imx-9d0fc8110e7e755239329c26f300d5fc9946d3ec.tar.gz u-boot-imx-9d0fc8110e7e755239329c26f300d5fc9946d3ec.tar.bz2 |
OMAP3: Add Overo board
Add Overo board support.
Signed-off-by: Steve Sakoman <sakoman@gmail.com>
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2911,6 +2911,9 @@ SMN42_config : unconfig omap3_beagle_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 beagle omap3 omap3 +omap3_overo_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 overo omap3 omap3 + ######################################################################### ## XScale Systems ######################################################################### |