]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 20 Feb 2007 08:05:23 +0000 (09:05 +0100)
committerStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 08:05:23 +0000 (09:05 +0100)
The code in this file is not a command; it is a device driver.  Put it in
the correct place.  There are zero functional changes in this patch, it
only moves the file.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
common/Makefile
drivers/Makefile
drivers/systemace.c [moved from common/cmd_ace.c with 100% similarity]

index 0106088e242de968e1fddaff159bb66e8aae7dba..6f81c4abcf372de20530741c9e69a2002e76e0fb 100644 (file)
@@ -27,8 +27,7 @@ LIB   = $(obj)libcommon.a
 
 AOBJS  =
 
-COBJS  = main.o ACEX1K.o altera.o bedbug.o circbuf.o \
-         cmd_ace.o cmd_autoscript.o \
+COBJS  = main.o ACEX1K.o altera.o bedbug.o circbuf.o cmd_autoscript.o \
          cmd_bdinfo.o cmd_bedbug.o cmd_bmp.o cmd_boot.o cmd_bootm.o \
          cmd_cache.o cmd_console.o \
          cmd_date.o cmd_dcr.o cmd_diag.o cmd_display.o cmd_doc.o cmd_dtt.o \
index 5a369df2c418914c2e1245fafb57ddd21d10582f..fffc22a5e1d72451739d67ffe17ba3df105c3fb1 100644 (file)
@@ -44,7 +44,7 @@ COBJS = 3c589.o 5701rls.o ali512x.o atmel_usart.o \
          serial.o serial_max3100.o \
          serial_pl010.o serial_pl011.o serial_xuartlite.o \
          sl811_usb.o sm501.o smc91111.o smiLynxEM.o \
-         status_led.o sym53c8xx.o ahci.o \
+         status_led.o sym53c8xx.o systemace.o ahci.o \
          ti_pci1410a.o tigon3.o tsec.o \
          usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o \
          videomodes.o w83c553f.o \
similarity index 100%
rename from common/cmd_ace.c
rename to drivers/systemace.c