diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-01-28 01:56:10 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-01-28 01:56:10 +0000 |
commit | 7029d0f6cde4fc7be40fbb765ec64b78b6998d8b (patch) | |
tree | aaac9259a6613a1b46b40cebe81292a77e8da26b /packages/arm-kernel-shim/files/config-nas100d.h | |
parent | 7186a6cbd89018cc88b89aed599678ff5b703bee (diff) |
arm-kernel-shim: New package designed to provide ATAGs to the kernel when the normal bootloader does not do it's job properly.
Diffstat (limited to 'packages/arm-kernel-shim/files/config-nas100d.h')
-rw-r--r-- | packages/arm-kernel-shim/files/config-nas100d.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/arm-kernel-shim/files/config-nas100d.h b/packages/arm-kernel-shim/files/config-nas100d.h new file mode 100644 index 0000000000..7547061165 --- /dev/null +++ b/packages/arm-kernel-shim/files/config-nas100d.h @@ -0,0 +1,30 @@ +/* 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 0xc0000100 /* Address for the parameter list */ + +#define RAM_BANK0_START 0x00000000 +#define RAM_BANK0_LENGTH 0x02000000 + +//#define RAM_BANK1_START 0xd0000000 +//#define RAM_BANK1_LENGTH 0x10000000 + +//#define COMMANDLINE\ +// "console=ttyAMA0 root=/dev/memblk0 rootfstype=jffs" + +#define MACH_TYPE 597 + +#endif /* __CONFIG_H__ */ |