summaryrefslogtreecommitdiff
path: root/board/qi/qi_lb60/config.mk
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-07-15 09:19:39 -0400
committerTom Rini <trini@ti.com>2013-07-15 09:19:39 -0400
commit54e458de55a8833519225d728e3be1f84b399a38 (patch)
tree6be31e9d2a5f0111d76dd258b7296eee8523a716 /board/qi/qi_lb60/config.mk
parent68c517eafcb060aa8ef92ed2620f0f41c5275d89 (diff)
Revert "MIPS: Jz4740: Add qi_lb60 board support"
The files board/qi/qi_lb60/qi_lb60.c and include/configs/qi_lb60.h were licensed under the GPL v3 or later, and not v2 or later. As this is incompatible with the project, revert this board support until the responsible parties are available to re-license (if so desired) under GPL v2. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/qi/qi_lb60/config.mk')
-rw-r--r--board/qi/qi_lb60/config.mk31
1 files changed, 0 insertions, 31 deletions
diff --git a/board/qi/qi_lb60/config.mk b/board/qi/qi_lb60/config.mk
deleted file mode 100644
index 858e6a2f9d..0000000000
--- a/board/qi/qi_lb60/config.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# (C) Copyright 2006 Qi Hardware, Inc.
-# Author: Xiangfu Liu <xiangfu.z@gmail.com>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-
-#
-# Qi Hardware, Inc. Ben NanoNote (QI_LB60)
-#
-
-ifndef TEXT_BASE
-# ROM version
-# TEXT_BASE = 0x88000000
-
-# RAM version
-TEXT_BASE = 0x80100000
-endif