diff options
author | Tom Rini <trini@ti.com> | 2013-12-20 11:19:33 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-07 16:41:12 -0500 |
commit | 456ccfdf0d5eefc153b143bd13731a59e2d71585 (patch) | |
tree | f4d4fa744a96d97c1e1dd539e4c702e9c86315c8 /board/logicpd/zoom2/config.mk | |
parent | d8794da53b918929b6345e3d64dd74861aab086d (diff) | |
download | u-boot-456ccfdf0d5eefc153b143bd13731a59e2d71585.tar.gz |
TI:omap3: Drop omap3_zoom2
The omap3_zoom2 board has not been updated for a correct CONFIG_SYS_HZ
and Tom Rix's email has long been bouncing.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/logicpd/zoom2/config.mk')
-rw-r--r-- | board/logicpd/zoom2/config.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/board/logicpd/zoom2/config.mk b/board/logicpd/zoom2/config.mk deleted file mode 100644 index 1c382f7189..0000000000 --- a/board/logicpd/zoom2/config.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# (C) Copyright 2009 -# Texas Instruments, <www.ti.com> -# -# Zoom II uses OMAP3 (ARM-CortexA8) CPU -# see http://www.ti.com/ for more information on Texas Instruments -# -# SPDX-License-Identifier: GPL-2.0+ -# -# Physical Address: -# 0x80000000 (bank0) -# 0xA0000000 (bank1) -# Linux-Kernel is expected to be at 0x80008000, entry 0x80008000 -# (mem base + reserved) - -# For use with external or internal boots. -CONFIG_SYS_TEXT_BASE = 0x80008000 |