diff options
| author | Wolfgang Denk <[email protected]> | 2011-12-09 12:14:32 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-12-10 23:13:06 +0100 |
| commit | b9f31cc42cb1b3d5d9745e6ac97dc6e870d24aef (patch) | |
| tree | 0136d9040c582706bcd02be257e7a85fa3a880db /Makefile | |
| parent | f23b7ea0e6852c898934582db5dbf2d0f22c69cd (diff) | |
ARM: convert "omap730p2" boards to boards.cfg
Signed-off-by: Wolfgang Denk <[email protected]>
Dave Peverley <[email protected]>
Acked-by: Tom Rini <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -654,17 +654,6 @@ ucname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\U\1/') # ARM #======================================================================== -omap730p2_config \ -omap730p2_cs0boot_config \ -omap730p2_cs3boot_config : unconfig - @mkdir -p $(obj)include - @if [ "$(findstring _cs0boot_, $@)" ] ; then \ - echo "#define CONFIG_CS0_BOOT" >> $(obj)include/config.h ; \ - else \ - echo "#define CONFIG_CS3_BOOT" >> $(obj)include/config.h ; \ - fi; - @$(MKCONFIG) -n $@ -a omap730p2 arm arm926ejs omap730p2 ti omap - spear300_config \ spear310_config \ spear320_config : unconfig |
