|
@@ -60,18 +60,18 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|
#endif
|
|
#endif
|
|
print_num ("bootflags", bd->bi_bootflags );
|
|
print_num ("bootflags", bd->bi_bootflags );
|
|
#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \
|
|
#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \
|
|
- defined(CONFIG_405EP) || defined(CONFIG_XILINX_ML300) || \
|
|
|
|
|
|
+ defined(CONFIG_405EP) || defined(CONFIG_XILINX_405) || \
|
|
defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
|
|
defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
|
|
defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
|
|
defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
|
|
defined(CONFIG_440SP) || defined(CONFIG_440SPE)
|
|
defined(CONFIG_440SP) || defined(CONFIG_440SPE)
|
|
print_str ("procfreq", strmhz(buf, bd->bi_procfreq));
|
|
print_str ("procfreq", strmhz(buf, bd->bi_procfreq));
|
|
print_str ("plb_busfreq", strmhz(buf, bd->bi_plb_busfreq));
|
|
print_str ("plb_busfreq", strmhz(buf, bd->bi_plb_busfreq));
|
|
-#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined(CONFIG_XILINX_ML300) || \
|
|
|
|
|
|
+#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined(CONFIG_XILINX_405) || \
|
|
defined(CONFIG_440EP) || defined(CONFIG_440GR) || defined(CONFIG_440SPE) || \
|
|
defined(CONFIG_440EP) || defined(CONFIG_440GR) || defined(CONFIG_440SPE) || \
|
|
defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
|
|
defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
|
|
print_str ("pci_busfreq", strmhz(buf, bd->bi_pci_busfreq));
|
|
print_str ("pci_busfreq", strmhz(buf, bd->bi_pci_busfreq));
|
|
#endif
|
|
#endif
|
|
-#else /* ! CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_ML300, CONFIG_440EP CONFIG_440GR */
|
|
|
|
|
|
+#else /* ! CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_405, CONFIG_440EP CONFIG_440GR */
|
|
#if defined(CONFIG_CPM2)
|
|
#if defined(CONFIG_CPM2)
|
|
print_str ("vco", strmhz(buf, bd->bi_vco));
|
|
print_str ("vco", strmhz(buf, bd->bi_vco));
|
|
print_str ("sccfreq", strmhz(buf, bd->bi_sccfreq));
|
|
print_str ("sccfreq", strmhz(buf, bd->bi_sccfreq));
|
|
@@ -82,7 +82,7 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
|
print_str ("cpmfreq", strmhz(buf, bd->bi_cpmfreq));
|
|
print_str ("cpmfreq", strmhz(buf, bd->bi_cpmfreq));
|
|
#endif
|
|
#endif
|
|
print_str ("busfreq", strmhz(buf, bd->bi_busfreq));
|
|
print_str ("busfreq", strmhz(buf, bd->bi_busfreq));
|
|
-#endif /* CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_ML300, CONFIG_440EP CONFIG_440GR */
|
|
|
|
|
|
+#endif /* CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_405, CONFIG_440EP CONFIG_440GR */
|
|
#if defined(CONFIG_MPC8220)
|
|
#if defined(CONFIG_MPC8220)
|
|
print_str ("inpfreq", strmhz(buf, bd->bi_inpfreq));
|
|
print_str ("inpfreq", strmhz(buf, bd->bi_inpfreq));
|
|
print_str ("flbfreq", strmhz(buf, bd->bi_flbfreq));
|
|
print_str ("flbfreq", strmhz(buf, bd->bi_flbfreq));
|