Commit 1178a412d2c71cf8be61738153f11c99ce9653a5

Authored by Stefan Roese
1 parent 3d9569b232
Exists in master and in 55 other branches 8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, imx_v2015.04_4.1.15_1.0.0_ga, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-emmc-imx_v2014.04_3.10.53_1.1.0_ga, smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx-l5.0.0_1.0.0-ga, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2017.03_4.9.11_1.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx_v2015.04_4.1.15_1.0.0_ga, smarc-imx_v2017.03_4.9.11_1.0.0_ga, smarc-imx_v2017.03_4.9.88_2.0.0_ga, smarc-imx_v2017.03_o8.1.0_1.3.0_8m, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc-m6.0.1_2.1.0-ga, smarc-n7.1.2_2.0.0-ga, smarc-rel_imx_4.1.15_2.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0, smarc_8mq_lf_v2020.04, ti-u-boot-2015.07, u-boot-2013.01.y, v2013.10, v2013.10-smarct33, v2013.10-smartmen, v2014.01, v2014.04, v2014.04-smarct33, v2014.04-smarct33-emmc, v2014.04-smartmen, v2014.07, v2014.07-smarct33, v2014.07-smartmen, v2015.07-smarct33, v2015.07-smarct33-emmc, v2015.07-smarct4x, v2016.05-dlt, v2016.05-smarct3x, v2016.05-smarct3x-emmc, v2016.05-smarct4x, v2017.01-smarct3x, v2017.01-smarct3x-emmc, v2017.01-smarct4x

Minor AMCC 4xx board cleanups

Patch by Stefan Roese, 27 Nov 2005

Showing 3 changed files with 0 additions and 36 deletions Side-by-side Diff

board/amcc/bamboo/bamboo.c
... ... @@ -493,19 +493,7 @@
493 493 #if defined(CONFIG_PCI) && defined(CFG_PCI_PRE_INIT)
494 494 int pci_pre_init(struct pci_controller *hose)
495 495 {
496   - unsigned long strap;
497 496 unsigned long addr;
498   -
499   - /*--------------------------------------------------------------------------+
500   - * Bamboo is always configured as the host & requires the
501   - * PCI arbiter to be enabled.
502   - *--------------------------------------------------------------------------*/
503   - mfsdr(sdr_sdstp1, strap);
504   - if ((strap & SDR0_SDSTP1_PAE_MASK) == 0) {
505   - printf("PCI: SDR0_STRP1[PAE] not set.\n");
506   - printf("PCI: Configuration aborted.\n");
507   - return 0;
508   - }
509 497  
510 498 /*-------------------------------------------------------------------------+
511 499 | Set priority for all PLB3 devices to 0.
board/amcc/yellowstone/yellowstone.c
... ... @@ -315,19 +315,7 @@
315 315 #if defined(CONFIG_PCI) && defined(CFG_PCI_PRE_INIT)
316 316 int pci_pre_init(struct pci_controller *hose)
317 317 {
318   - unsigned long strap;
319 318 unsigned long addr;
320   -
321   - /*--------------------------------------------------------------------------+
322   - * Bamboo is always configured as the host & requires the
323   - * PCI arbiter to be enabled.
324   - *--------------------------------------------------------------------------*/
325   - mfsdr(sdr_sdstp1, strap);
326   - if ((strap & SDR0_SDSTP1_PAE_MASK) == 0) {
327   - printf("PCI: SDR0_STRP1[PAE] not set.\n");
328   - printf("PCI: Configuration aborted.\n");
329   - return 0;
330   - }
331 319  
332 320 /*-------------------------------------------------------------------------+
333 321 | Set priority for all PLB3 devices to 0.
board/amcc/yosemite/yosemite.c
... ... @@ -311,19 +311,7 @@
311 311 #if defined(CONFIG_PCI) && defined(CFG_PCI_PRE_INIT)
312 312 int pci_pre_init(struct pci_controller *hose)
313 313 {
314   - unsigned long strap;
315 314 unsigned long addr;
316   -
317   - /*--------------------------------------------------------------------------+
318   - * Bamboo is always configured as the host & requires the
319   - * PCI arbiter to be enabled.
320   - *--------------------------------------------------------------------------*/
321   - mfsdr(sdr_sdstp1, strap);
322   - if ((strap & SDR0_SDSTP1_PAE_MASK) == 0) {
323   - printf("PCI: SDR0_STRP1[PAE] not set.\n");
324   - printf("PCI: Configuration aborted.\n");
325   - return 0;
326   - }
327 315  
328 316 /*-------------------------------------------------------------------------+
329 317 | Set priority for all PLB3 devices to 0.