diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:13:43 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:15:11 -0500 |
| commit | dbfaeecf597b1fb1322f357b8253cc6198081f17 (patch) | |
| tree | cd76458a63d2bbad9b18b6e678d68e4c78894a4b /include | |
| parent | 9dbe356ef4ad07221ca488e48eb1ef604859ca72 (diff) | |
global: Migrate CONFIG_SCIF_A to CFG
Perform a simple rename of CONFIG_SCIF_A to CFG_SCIF_A
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stout.h b/include/configs/stout.h index ee1abe691bf..ea5828b950b 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -23,7 +23,7 @@ #define RCAR_GEN2_UBOOT_SDRAM_SIZE (512 * 1024 * 1024) /* SCIF */ -#define CONFIG_SCIF_A +#define CFG_SCIF_A /* SH Ether */ #define CONFIG_SH_ETHER_USE_PORT 0 |
