Skip to content
Snippets Groups Projects
Commit e74244c5 authored by Ron Madrid's avatar Ron Madrid Committed by Kim Phillips
Browse files

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: default avatarRon Madrid <ron_madrid@sbcglobal.net>
Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
parent a2a0a717
No related branches found
No related tags found
No related merge requests found
...@@ -33,13 +33,13 @@ ...@@ -33,13 +33,13 @@
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
#ifndef CONFIG_NAND_SPL
int checkboard(void) int checkboard(void)
{ {
puts("Board: Sheldon Instruments SIMPC8313\n"); puts("Board: Sheldon Instruments SIMPC8313\n");
return 0; return 0;
} }
#ifndef CONFIG_NAND_SPL
static struct pci_region pci_regions[] = { static struct pci_region pci_regions[] = {
{ {
bus_start: CONFIG_SYS_PCI1_MEM_BASE, bus_start: CONFIG_SYS_PCI1_MEM_BASE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment