|
@@ -11,7 +11,6 @@
|
|
|
*/
|
|
|
|
|
|
#include <common.h>
|
|
|
-#include <version.h>
|
|
|
#include <console.h>
|
|
|
#include <environment.h>
|
|
|
#include <dm.h>
|
|
@@ -607,30 +606,6 @@ static int setup_board_part2(void)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_SYS_EXTBDINFO
|
|
|
-static int setup_board_extra(void)
|
|
|
-{
|
|
|
- bd_t *bd = gd->bd;
|
|
|
-
|
|
|
- strncpy((char *) bd->bi_s_version, "1.2", sizeof(bd->bi_s_version));
|
|
|
- strncpy((char *) bd->bi_r_version, U_BOOT_VERSION,
|
|
|
- sizeof(bd->bi_r_version));
|
|
|
-
|
|
|
- bd->bi_procfreq = gd->cpu_clk; /* Processor Speed, In Hz */
|
|
|
- bd->bi_plb_busfreq = gd->bus_clk;
|
|
|
-#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || \
|
|
|
- defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
|
|
|
- defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
|
|
|
- bd->bi_pci_busfreq = get_PCI_freq();
|
|
|
- bd->bi_opbfreq = get_OPB_freq();
|
|
|
-#elif defined(CONFIG_XILINX_405)
|
|
|
- bd->bi_pci_busfreq = get_PCI_freq();
|
|
|
-#endif
|
|
|
-
|
|
|
- return 0;
|
|
|
-}
|
|
|
-#endif
|
|
|
-
|
|
|
#ifdef CONFIG_POST
|
|
|
static int init_post(void)
|
|
|
{
|