浏览代码

Removal of checkboard from spl bootstrap build for SIMPC8313

This patch removes the checkboard function from the build of
the 4k bootstrap section for the SIMPC8313 as it is not needed
in the spl build.  This will allow > 100 bytes of extra room
for other uses.

Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Ron Madrid 15 年之前
父节点
当前提交
e74244c5a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      board/sheldon/simpc8313/simpc8313.c

+ 1 - 1
board/sheldon/simpc8313/simpc8313.c

@@ -33,13 +33,13 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
+#ifndef CONFIG_NAND_SPL
 int checkboard(void)
 {
 	puts("Board: Sheldon Instruments SIMPC8313\n");
 	return 0;
 }
 
-#ifndef CONFIG_NAND_SPL
 static struct pci_region pci_regions[] = {
 	{
 		bus_start: CONFIG_SYS_PCI1_MEM_BASE,