Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-11 | board/freescale/common/cds_pci_ft.c: Fix GCC 4.6 build warning | Kumar Gala | |
Fix: cds_pci_ft.c: In function 'cds_pci_fixup': cds_pci_ft.c:31:12: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
2008-03-26 | FSL: Clean up board/freescale/common/Makefile | Jon Loeliger | |
Each file that can be built here now follows some CONFIG_ option so that they are appropriately built or not, as needed. And CONFIG_ defines were added to various board config files to make sure that happens. The other board/freescale/*/Makefiles no longer need to reach up and over into ../common to build their individually needed files any more. Boards that are CDS specific were renamed with cds_ prefix. Signed-off-by: Jon Loeliger <jdl@freescale.com> |