diff options
author | Wolfgang Denk <wd@denx.de> | 2010-05-17 23:16:08 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-17 23:16:08 +0200 |
commit | 568278e336a1aad2019b0ee42837a72776d6cd49 (patch) | |
tree | edc2a37b7a23d59c831bbc14d5a7e3d8d841f3de /board | |
parent | 3707f3b0b5a3af4be41c9dcf791b3338732d8c7c (diff) | |
parent | b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e (diff) | |
download | u-boot-imx-568278e336a1aad2019b0ee42837a72776d6cd49.zip u-boot-imx-568278e336a1aad2019b0ee42837a72776d6cd49.tar.gz u-boot-imx-568278e336a1aad2019b0ee42837a72776d6cd49.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
Diffstat (limited to 'board')
-rw-r--r-- | board/sheldon/simpc8313/simpc8313.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sheldon/simpc8313/simpc8313.c b/board/sheldon/simpc8313/simpc8313.c index 0235545..cb30b48 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, |