9
0
Fork 0

arm: remove unused variables from header file

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-04-16 15:43:49 +02:00
parent 6b8e614bac
commit 64a6eb6a38
1 changed files with 1 additions and 6 deletions

View File

@ -27,12 +27,7 @@
*/
#ifndef _BAREBOX_ARM_H_
#define _BAREBOX_ARM_H_ 1
/* for the following variables, see start.S */
extern ulong _armboot_start; /* code start */
extern ulong _bss_start; /* code + data end == BSS start */
extern ulong _bss_end; /* BSS end */
#define _BAREBOX_ARM_H_
/* cpu/.../cpu.c */
int cleanup_before_linux(void);