summaryrefslogtreecommitdiffstats
path: root/board/sheldon
diff options
context:
space:
mode:
authorRon Madrid <ron_madrid@sbcglobal.net>2010-05-10 15:23:20 -0700
committerKim Phillips <kim.phillips@freescale.com>2010-05-17 14:44:25 -0500
commite74244c5a1c8bcea9b047217277dcd3235a285f4 (patch)
treeb1cf9d158d6234b6f54455acf25abc5cea73e867 /board/sheldon
parenta2a0a7171303de5d8ce099344efde2e29ee36eb0 (diff)
downloadtalos-obmc-uboot-e74244c5a1c8bcea9b047217277dcd3235a285f4.tar.gz
talos-obmc-uboot-e74244c5a1c8bcea9b047217277dcd3235a285f4.zip
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>
Diffstat (limited to 'board/sheldon')
-rw-r--r--board/sheldon/simpc8313/simpc8313.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sheldon/simpc8313/simpc8313.c b/board/sheldon/simpc8313/simpc8313.c
index 0235545ae4..cb30b48859 100644
--- a/board/sheldon/simpc8313/simpc8313.c
+++ b/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,
OpenPOWER on IntegriCloud