- Marvell SheevaPlug: Convert Ethernet and SATA to Driver Model (Tony) - Zyxel NSA310S NAS: Convert to Driver Model (Tony) - Turris_omnia: Add `u-boot-env` NOR partition (Marek) - Turris_omnia: Fixup MTD partitions in Linux' DTB (Marek) - Espressobin: Enable 'mtd' command and define SPI NOR partitions (Pali)
This commit is contained in:
@@ -57,11 +57,6 @@
|
||||
#define CONFIG_I2C_MV
|
||||
#define CONFIG_SYS_I2C_SLAVE 0x0
|
||||
|
||||
/*
|
||||
* SPI Flash configuration
|
||||
*/
|
||||
#define CONFIG_MTD_PARTITIONS /* required for UBI partition support */
|
||||
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Copyright (C) 2015, 2021 Tony Dinh <mibodhi@gmail.com>
|
||||
* Copyright (C) 2015
|
||||
* Gerald Kerma <dreagle@doukki.net>
|
||||
* Tony Dinh <mibodhi@gmail.com>
|
||||
* Luka Perkov <luka.perkov@sartura.hr>
|
||||
*/
|
||||
|
||||
@@ -46,10 +46,10 @@
|
||||
#endif /* CONFIG_CMD_NET */
|
||||
|
||||
/* SATA driver configuration */
|
||||
#ifdef CONFIG_IDE
|
||||
#define __io
|
||||
#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
|
||||
#endif /* CONFIG_IDE */
|
||||
#ifdef CONFIG_SATA
|
||||
#define CONFIG_SYS_SATA_MAX_DEVICE 1
|
||||
#define CONFIG_LBA48
|
||||
#endif /* CONFIG_SATA */
|
||||
|
||||
/* RTC driver configuration */
|
||||
#ifdef CONFIG_CMD_DATE
|
||||
|
||||
@@ -53,10 +53,9 @@
|
||||
/*
|
||||
* SATA driver configuration
|
||||
*/
|
||||
#ifdef CONFIG_IDE
|
||||
#define __io
|
||||
#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
|
||||
#define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET
|
||||
#endif /* CONFIG_IDE */
|
||||
#ifdef CONFIG_SATA
|
||||
#define CONFIG_SYS_SATA_MAX_DEVICE 2
|
||||
#define CONFIG_LBA48
|
||||
#endif /* CONFIG_SATA */
|
||||
|
||||
#endif /* _CONFIG_SHEEVAPLUG_H */
|
||||
|
||||
Reference in New Issue
Block a user