summaryrefslogtreecommitdiff
path: root/packages/arm-kernel-shim/files
diff options
context:
space:
mode:
Diffstat (limited to 'packages/arm-kernel-shim/files')
-rw-r--r--packages/arm-kernel-shim/files/config-dsmg600.h27
-rw-r--r--packages/arm-kernel-shim/files/config-fsg3.h28
-rw-r--r--packages/arm-kernel-shim/files/config-nas100d.h32
-rw-r--r--packages/arm-kernel-shim/files/config-nslu2.h32
4 files changed, 0 insertions, 119 deletions
diff --git a/packages/arm-kernel-shim/files/config-dsmg600.h b/packages/arm-kernel-shim/files/config-dsmg600.h
deleted file mode 100644
index ebe53901b8..0000000000
--- a/packages/arm-kernel-shim/files/config-dsmg600.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* config.h
-
- written by Marc Singer
- 23 Jun 2006
-
- Copyright (C) 2006 Marc Singer
-
- -----------
- DESCRIPTION
- -----------
-
-*/
-
-#if !defined (__CONFIG_H__)
-# define __CONFIG_H__
-
-#define PHYS_PARAMS 0x00000100 /* Address for the parameter list */
-
-#define MACH_TYPE 964
-
-#define GUARANTEE_ATAG_CMDLINE
-
-/* Uncomment one of these to switch the CPU into a specific mode. */
-//#define FORCE_LITTLEENDIAN
-//#define FORCE_BIGENDIAN
-
-#endif /* __CONFIG_H__ */
diff --git a/packages/arm-kernel-shim/files/config-fsg3.h b/packages/arm-kernel-shim/files/config-fsg3.h
deleted file mode 100644
index fa894e89ac..0000000000
--- a/packages/arm-kernel-shim/files/config-fsg3.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* config.h
-
- written by Marc Singer
- 23 Jun 2006
-
- Copyright (C) 2006 Marc Singer
-
- -----------
- DESCRIPTION
- -----------
-
-*/
-
-#if !defined (__CONFIG_H__)
-# define __CONFIG_H__
-
-#define PHYS_PARAMS 0x00000100 /* Address for the parameter list */
-
-#define RAM_BANK0_START 0x00000000
-#define RAM_BANK0_LENGTH 0x04000000
-
-#define MACH_TYPE 1091
-
-/* Uncomment one of these to switch the CPU into a specific mode. */
-//#define FORCE_LITTLEENDIAN
-//#define FORCE_BIGENDIAN
-
-#endif /* __CONFIG_H__ */
diff --git a/packages/arm-kernel-shim/files/config-nas100d.h b/packages/arm-kernel-shim/files/config-nas100d.h
deleted file mode 100644
index 99bc91fb7a..0000000000
--- a/packages/arm-kernel-shim/files/config-nas100d.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* config.h
-
- written by Marc Singer
- 23 Jun 2006
-
- Copyright (C) 2006 Marc Singer
-
- -----------
- DESCRIPTION
- -----------
-
-*/
-
-#if !defined (__CONFIG_H__)
-# define __CONFIG_H__
-
-#define PHYS_PARAMS 0x00000100 /* Address for the parameter list */
-
-#define RAM_BANK0_START 0x00000000
-#define RAM_BANK0_LENGTH 0x04000000
-
-#define MACH_TYPE 865
-
-#define CREATE_ATAGS
-
-#define GUARANTEE_ATAG_CMDLINE
-
-/* Uncomment one of these to switch the CPU into a specific mode. */
-//#define FORCE_LITTLEENDIAN
-//#define FORCE_BIGENDIAN
-
-#endif /* __CONFIG_H__ */
diff --git a/packages/arm-kernel-shim/files/config-nslu2.h b/packages/arm-kernel-shim/files/config-nslu2.h
deleted file mode 100644
index c751d84a44..0000000000
--- a/packages/arm-kernel-shim/files/config-nslu2.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* config.h
-
- written by Marc Singer
- 23 Jun 2006
-
- Copyright (C) 2006 Marc Singer
-
- -----------
- DESCRIPTION
- -----------
-
-*/
-
-#if !defined (__CONFIG_H__)
-# define __CONFIG_H__
-
-#define PHYS_PARAMS 0x00000100 /* Address for the parameter list */
-
-#define RAM_BANK0_START 0x00000000
-#define RAM_BANK0_LENGTH 0x02000000
-
-#define MACH_TYPE 597
-
-#define CREATE_ATAGS
-
-#define GUARANTEE_ATAG_CMDLINE
-
-/* Uncomment one of these to switch the CPU into a specific mode. */
-//#define FORCE_LITTLEENDIAN
-//#define FORCE_BIGENDIAN
-
-#endif /* __CONFIG_H__ */