1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

qi-rename-tla01-gta03.patch

TLA01 is officially GTA03 now :-)

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-11-28 10:16:41 +00:00
committed by Andy Green
parent 2c83dc6636
commit b0d8b1535e
8 changed files with 33 additions and 350 deletions

View File

@@ -1,8 +1,8 @@
/*
* (C) Copyright 2008 OpenMoko, Inc.
* Author: Matt Hsu <matt_hsu@openmoko.org>
* (C) Copyright 2007 OpenMoko, Inc.
* Author: xiangfu liu <xiangfu@openmoko.org>
*
* Configuation settings for the Openmoko GTA03 Linux GSM phone
* Configuation settings for the FIC Neo GTA02 Linux GSM phone
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -20,13 +20,9 @@
* MA 02111-1307 USA
*/
#ifndef __CONFIG_GTA03_H
#define __CONFIG_GTA03_H
#ifndef __ASM_MODE__
#include <qi.h>
extern const struct board_api board_api_gta03;
#endif
#define TEXT_BASE 0x33000000
#endif /* __CONFIG_GTA03_H */
#define TEXT_BASE_GTA03 0x53000000

View File

@@ -1,28 +0,0 @@
/*
* (C) Copyright 2007 OpenMoko, Inc.
* Author: xiangfu liu <xiangfu@openmoko.org>
*
* Configuation settings for the FIC Neo GTA02 Linux GSM phone
*
* 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
*/
#ifndef __ASM_MODE__
#include <qi.h>
extern const struct board_api board_api_tla01;
#endif
#define TEXT_BASE_TLA01 0x53000000