PERFORCE change 227285 for review

Robert Watson rwatson at FreeBSD.org
Mon Apr 1 19:37:49 UTC 2013


http://p4web.freebsd.org/@@227285?ac=10

Change 227285 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/04/01 19:37:46

	Rename excessively generically named "flash.c" to "cfi.c" boot2
	and loader.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#8 edit
.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/common/cfi.c#1 branch
.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/common/flash.c#3 delete
.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/loader/Makefile#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#8 (text+ko) ====

@@ -8,7 +8,7 @@
 SRCS=		start.S			\
 		boot2.c			\
 		altera_jtag_uart.c	\
-		flash.c
+		cfi.c
 
 NO_MAN=
 

==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/loader/Makefile#2 (text+ko) ====

@@ -9,7 +9,7 @@
 
 # Architecture-specific loader code
 SRCS=		start.S main.c exec.c metadata.c vers.c
-SRCS+=		beri_console.c altera_jtag_uart.c beri_disk.c flash.c
+SRCS+=		beri_console.c altera_jtag_uart.c beri_disk.c cfi.c
 
 LOADER_DISK_SUPPORT?=	yes
 LOADER_UFS_SUPPORT?=	yes


More information about the p4-projects mailing list