blob: 8d572f6b7636fe1f71913009780b3cd9d716c35f [file] [log] [blame]
Philippe Reynes990cebf2018-07-16 19:06:15 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com>
4 */
5
6#include <configs/bmips_common.h>
7#include <configs/bmips_bcm6838.h>
8
Miquel Raynal88718be2019-10-03 19:50:03 +02009#ifdef CONFIG_MTD_RAW_NAND
Philippe Reynes6bbecba2019-03-15 15:14:41 +010010#define CONFIG_SYS_MAX_NAND_DEVICE 1
11#define CONFIG_SYS_NAND_SELF_INIT
12#define CONFIG_SYS_NAND_ONFI_DETECTION
Miquel Raynal88718be2019-10-03 19:50:03 +020013#endif /* CONFIG_MTD_RAW_NAND */