9
0
Fork 0

svn_rev_358

This commit is contained in:
Sascha Hauer 2007-07-05 18:01:46 +02:00 committed by Sascha Hauer
parent b1ccaf5b8e
commit cbde3b9bbc
4 changed files with 5 additions and 25 deletions

View File

@ -7,6 +7,7 @@ CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \
machine-y := linux
BOARD:= arch/linux/lib
board-y := linux
TEXT_BASE = $(CONFIG_TEXT_BASE)

View File

@ -21,6 +21,7 @@
* MA 02111-1307 USA
*/
#include <config.h>
#include <common.h>
#include <stdarg.h>
#include <malloc.h>

View File

@ -1 +1 @@
/* dummy /*
/* dummy */

View File

@ -1,27 +1,5 @@
/*
* Copyright (C) 2003 ETC s.r.o.
*
* 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
*
* Written by Peter Figuli <peposh@etc.sk>, 2003.
*
* 2003/13/06 Initial MP10 Support copied from wepep250
*/
#ifndef __CONFIG_H
#define __CONFIG_H
#define CFG_CBSIZE 1024
#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CONFIG_PROMPT)+16)
#endif /* __CONFIG_H */