summaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:28 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:28 +0200
commit2e8ca97d8d56683c40c2fa6c0c1bf3699c9cddb5 (patch)
treef4deea1ffceb239b5ef8483d4a7517199d1f1e9f /include/asm-arm
parenta8421600d1d1a03a322e45b00db318dbf80fa03f (diff)
downloadbarebox-2e8ca97d8d56683c40c2fa6c0c1bf3699c9cddb5.tar.gz
barebox-2e8ca97d8d56683c40c2fa6c0c1bf3699c9cddb5.tar.xz
svn_rev_153
remove global data #2
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/global_data.h2
-rw-r--r--include/asm-arm/u-boot.h9
2 files changed, 1 insertions, 10 deletions
diff --git a/include/asm-arm/global_data.h b/include/asm-arm/global_data.h
index 9dcb70decf..a23317f500 100644
--- a/include/asm-arm/global_data.h
+++ b/include/asm-arm/global_data.h
@@ -24,8 +24,6 @@
#ifndef __ASM_GBL_DATA_H
#define __ASM_GBL_DATA_H
-typedef struct global_data {} gd_t;
-
#define DECLARE_GLOBAL_DATA_PTR
#endif /* __ASM_GBL_DATA_H */
diff --git a/include/asm-arm/u-boot.h b/include/asm-arm/u-boot.h
index d889576d4a..298f9e37b1 100644
--- a/include/asm-arm/u-boot.h
+++ b/include/asm-arm/u-boot.h
@@ -36,13 +36,6 @@
#ifndef _U_BOOT_H_
#define _U_BOOT_H_ 1
-typedef struct bd_info {
- int bi_baudrate; /* serial console baudrate */
- ulong bi_arch_number; /* unique id for this board */
- ulong bi_boot_params; /* where this board expects params */
-} bd_t;
-
-#define bi_env_data bi_env->data
-#define bi_env_crc bi_env->crc
+//typedef struct bd_info {} bd_t;
#endif /* _U_BOOT_H_ */