diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-17 17:01:42 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-17 17:01:42 +0000 |
commit | 09d0c6da109b9c875800dd46ff7d848c153322f4 (patch) | |
tree | 7f7b769c987a65cc38bc27ca396ee0e5cc95cf8c /packages/arm-kernel-shim/files/config-dsmg600.h | |
parent | 1a7668c797a0ce8728190d641c3a87d2e9ee312a (diff) | |
parent | 7605d989539a54cb2e6a00fba7cd3943bb9be7ec (diff) |
merge of '0b283e6731fcecb8efe6007eaa4798a26df1938a'
and '49e541f0397109bdc6530a7380f2980a60d577ba'
Diffstat (limited to 'packages/arm-kernel-shim/files/config-dsmg600.h')
-rw-r--r-- | packages/arm-kernel-shim/files/config-dsmg600.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/packages/arm-kernel-shim/files/config-dsmg600.h b/packages/arm-kernel-shim/files/config-dsmg600.h index f8caccecd4..c320dc1b3b 100644 --- a/packages/arm-kernel-shim/files/config-dsmg600.h +++ b/packages/arm-kernel-shim/files/config-dsmg600.h @@ -16,25 +16,15 @@ #define PHYS_PARAMS 0x00000100 /* Address for the parameter list */ -//#define RAM_BANK0_START 0x00000000 -//#define RAM_BANK0_LENGTH 0x04000000 - -//#define RAM_BANK1_START 0xd0000000 -//#define RAM_BANK1_LENGTH 0x10000000 - -#define COMMANDLINE \ - "console=ttyS0,115200n8 root=/dev/mtdblock2 rootfstype=jffs2 init=/linuxrc rw noirqdebug" - #define MACH_TYPE 964 /* The DSM-G600 RedBoot sets up the ATAGs correctly */ #define PASSTHROUGH_ATAGS -/* but if the command line passed in is empty, use the default above. */ +/* but if the command line passed in is empty, use the default. */ #define CMDLINE_IF_NONE -/* Uncomment one of these if you need to switch the CPU into a - specific mode. */ +/* Uncomment one of these to switch the CPU into a specific mode. */ //#define FORCE_LITTLEENDIAN //#define FORCE_BIGENDIAN |