2018-07-16 17:06:15 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <configs/bmips_common.h>
|
|
|
|
#include <configs/bmips_bcm6838.h>
|
|
|
|
|
2019-10-03 17:50:03 +00:00
|
|
|
#ifdef CONFIG_MTD_RAW_NAND
|
2019-03-15 14:14:41 +00:00
|
|
|
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
|
|
|
#define CONFIG_SYS_NAND_SELF_INIT
|
|
|
|
#define CONFIG_SYS_NAND_ONFI_DETECTION
|
2019-10-03 17:50:03 +00:00
|
|
|
#endif /* CONFIG_MTD_RAW_NAND */
|