Update of /cvsroot/linuxdc/linux/arch/sh
In directory usw-pr-cvs1:/tmp/cvs-serv26475/arch/sh
Modified Files:
config.in
Log Message:
CONFIG_MEMORY_START change
Index: config.in
===================================================================
RCS file: /cvsroot/linuxdc/linux/arch/sh/config.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** config.in 2001/02/21 15:22:11 1.4
--- config.in 2001/03/01 21:38:47 1.5
***************
*** 80,84 ****
bool 'Little Endian' CONFIG_CPU_LITTLE_ENDIAN
if [ "$CONFIG_SH_SOLUTION_ENGINE" = "y" -o "$CONFIG_SH_HP600" = "y" -o \
! "$CONFIG_SH_7750_OVERDRIVE" = "y" ]; then
define_hex CONFIG_MEMORY_START 0c000000
else
--- 80,84 ----
bool 'Little Endian' CONFIG_CPU_LITTLE_ENDIAN
if [ "$CONFIG_SH_SOLUTION_ENGINE" = "y" -o "$CONFIG_SH_HP600" = "y" -o \
! "$CONFIG_SH_7750_OVERDRIVE" = "y" -o "$CONFIG_SH_DREAMCAST" = "y" ]; then
define_hex CONFIG_MEMORY_START 0c000000
else
***************
*** 89,97 ****
define_hex CONFIG_MEMORY_START 02000000
else
! if [ "$CONFIG_SH_DREAMCAST" = "y" ]; then
! define_hex CONFIG_MEMORY_START 0c010000
! else
! hex 'Physical memory start address' CONFIG_MEMORY_START 08000000
! fi
fi
fi
--- 89,93 ----
define_hex CONFIG_MEMORY_START 02000000
else
! hex 'Physical memory start address' CONFIG_MEMORY_START 08000000
fi
fi
|