mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
arch/m68knommu: Removing dead RAM_{16,32}_MB config option
CONFIG_RAM_{16,32}_MB doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
parent
a37f6aeeea
commit
4a33fbcb3c
@ -1,11 +1,5 @@
|
||||
|
||||
#if defined(CONFIG_RAM32MB)
|
||||
#define MEM_END 0x02000000 /* Memory size 32Mb */
|
||||
#elif defined(CONFIG_RAM16MB)
|
||||
#define MEM_END 0x01000000 /* Memory size 16Mb */
|
||||
#else
|
||||
#define MEM_END 0x00800000 /* Memory size 8Mb */
|
||||
#endif
|
||||
|
||||
#undef CRT_DEBUG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user