diff -Nur linux-2.5.69-uc0/arch/m68knommu/platform/5272/MOTOROLA/crt0_ram.S linux-2.5.x-develer/arch/m68knommu/platform/5272/MOTOROLA/crt0_ram.S
--- linux-2.5.69-uc0/arch/m68knommu/platform/5272/MOTOROLA/crt0_ram.S	2003-05-05 01:53:37.000000000 +0200
+++ linux-2.5.x-develer/arch/m68knommu/platform/5272/MOTOROLA/crt0_ram.S	2003-05-06 03:06:47.000000000 +0200
@@ -103,6 +103,7 @@
 	move.l	#0x80000100, %d0		/* Setup cache mask */
 	movec	%d0, %CACR			/* Enable cache */
 
+#ifdef CONFIG_ROMFS_FS
 	/*
 	 *	Move ROM filesystem above bss :-)
 	 */
@@ -124,6 +125,11 @@
 	cmp.l	%a0, %a2			/* Check if at end */
 	bne	_copy_romfs
 
+#else /* CONFIG_ROMFS_FS */
+	lea.l	_ebss, %a1
+	move.l	%a1, _ramstart
+#endif /* CONFIG_ROMFS_FS */
+
 	/*
 	 *	Zero out the bss region.
 	 */
