mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
Merge "ARM: qca: ipq8074: Enabled QPIC NAND initialization"
This commit is contained in:
commit
6ec2f97385
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue