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

blink led all in c code, start add read nand code

This commit is contained in:
xiangfu
2008-06-20 22:24:29 -04:00
parent 474787a501
commit c382c5066c
9 changed files with 501 additions and 297 deletions

View File

@@ -1,11 +1,8 @@
/*
* (C) Copyright 2007 OpenMoko, Inc.
* Author: Harald Welte <laforge@openmoko.org>
* Author: xiangfu liu <xiangfu@openmoko.org>
*
* Configuation settings for the FIC Neo1973 GTA02 Linux GSM phone
*
* See file CREDITS for list of people who contributed to this
* project.
* 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
@@ -26,14 +23,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#define TEXT_BASE 0x00000000 /* xiangfu add*/
#define CFG_ENV_SIZE 0x40000 /* 128k Total Size of Environment Sector */
/*
* Size of malloc() pool
*/
#define CFG_MALLOC_LEN (CFG_ENV_SIZE + 400*1024)
/* >> CFG_VIDEO_LOGO_MAX_SIZE */
#define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
#define TEXT_BASE 0x33F80000 /* xiangfu add*/
#endif /* __CONFIG_H */