diff options
| author | Tom Rini <[email protected]> | 2021-04-26 11:04:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-26 11:04:24 -0400 |
| commit | 55a369428691a922ed8805a11004cfec1c6044d8 (patch) | |
| tree | 67eeaf83d415bddee7b8aac5179a0f69435379c6 /include | |
| parent | d06b8a60d82595448441762ac4e81489b7f952fd (diff) | |
| parent | c3ce19750893cae99c8072a1717e4bb492fb25f0 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-sh
- RCar3 improvements
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ebisu.h | 2 | ||||
| -rw-r--r-- | include/configs/salvator-x.h | 2 | ||||
| -rw-r--r-- | include/configs/ulcb.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ebisu.h b/include/configs/ebisu.h index ee9ddb13362..19ec74fb588 100644 --- a/include/configs/ebisu.h +++ b/include/configs/ebisu.h @@ -23,8 +23,6 @@ /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS -#define CONFIG_FLASH_CFI_DRIVER -#define CONFIG_FLASH_CFI_MTD #define CONFIG_FLASH_SHOW_PROGRESS 45 #define CONFIG_SYS_FLASH_QUIET_TEST #define CONFIG_SYS_FLASH_BANKS_LIST { 0x08000000 } diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index db06fa5ffd6..1eafff10ff3 100644 --- a/include/configs/salvator-x.h +++ b/include/configs/salvator-x.h @@ -20,8 +20,6 @@ /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS -#define CONFIG_FLASH_CFI_DRIVER -#define CONFIG_FLASH_CFI_MTD #define CONFIG_FLASH_SHOW_PROGRESS 45 #define CONFIG_SYS_FLASH_QUIET_TEST #define CONFIG_SYS_FLASH_BANKS_LIST { 0x08000000 } diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h index 165c82d508e..1ce844f4920 100644 --- a/include/configs/ulcb.h +++ b/include/configs/ulcb.h @@ -20,8 +20,6 @@ /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS -#define CONFIG_FLASH_CFI_DRIVER -#define CONFIG_FLASH_CFI_MTD #define CONFIG_FLASH_SHOW_PROGRESS 45 #define CONFIG_SYS_FLASH_QUIET_TEST #define CONFIG_SYS_FLASH_BANKS_LIST { 0x08000000 } |
