]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: omap: innovator: use common code for machine type
authorIgor Grinberg <grinberg@compulab.co.il>
Sun, 3 Jul 2011 23:00:21 +0000 (23:00 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 3 Sep 2011 20:40:45 +0000 (22:40 +0200)
commit2141e14428924792d5d0f1770d7c03bdc892208c
tree7e2f143406218a0c4853e03135ba528544434316
parent221a0666db6fd127f0a82d7e036c7709a9094d19
arm: omap: innovator: use common code for machine type

Innovator and H2 boards used machine_is_* macros for setting the machine
type. These macros are expanded in compile time and thus leaves
unreachable code (though gcc might optimize it).
Switch them to use common code for machine type setting.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
board/ti/omap1610inn/omap1610innovator.c
include/configs/omap1610h2.h
include/configs/omap1610inn.h