mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 04:12:48 +01:00
ipq807x: Disable PCI NAND EMMC and NET
Change-Id: Ifcb56a569f1bb68b816fc7bad15fe1b8ac9951f2 Signed-off-by: smuthayy <smuthayy@codeaurora.org>
This commit is contained in:
parent
b815cbe2a7
commit
c8d864ebd1
2 changed files with 4 additions and 4 deletions
|
|
@ -177,7 +177,7 @@ void board_nand_init(void)
|
|||
{
|
||||
int gpio_node;
|
||||
|
||||
qpic_nand_init();
|
||||
// qpic_nand_init();
|
||||
|
||||
gpio_node = fdt_path_offset(gd->fdt_blob, "/spi/spi_gpio");
|
||||
if (gpio_node >= 0) {
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ static int initr_unlock_ram_in_cache(void)
|
|||
static int initr_pci(void)
|
||||
{
|
||||
#ifndef CONFIG_DM_PCI
|
||||
pci_init();
|
||||
//pci_init();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
|
@ -439,7 +439,7 @@ static int initr_onenand(void)
|
|||
static int initr_mmc(void)
|
||||
{
|
||||
puts("MMC: ");
|
||||
mmc_initialize(gd->bd);
|
||||
//mmc_initialize(gd->bd);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
@ -917,7 +917,7 @@ init_fnc_t init_sequence_r[] = {
|
|||
#endif
|
||||
#ifdef CONFIG_CMD_NET
|
||||
INIT_FUNC_WATCHDOG_RESET
|
||||
initr_net,
|
||||
//initr_net,
|
||||
#endif
|
||||
#ifdef CONFIG_POST
|
||||
initr_post,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue