]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/psyent/pci5441/pci5441.c
ARM: tegra: remove custom define for Jetson TK1
[karo-tx-uboot.git] / board / psyent / pci5441 / pci5441.c
1 /*
2  * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3  * Scott McNutt <smcnutt@psyent.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include <common.h>
9
10 int board_early_init_f (void)
11 {
12         return 0;
13 }
14
15 int checkboard (void)
16 {
17         puts ("BOARD : Psyent PCI-5441\n");
18         return 0;
19 }
20
21 phys_size_t initdram (int board_type)
22 {
23         return (0);
24 }