aboutsummaryrefslogtreecommitdiff
path: root/configs/T1024RDB_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-09 20:07:00 +0000
committerTom Rini <trini@konsulko.com>2022-03-09 17:38:26 -0500
commite2ed26a442b8669a0dec09d1f9639a51c222c2c4 (patch)
treebe90427da5d54bd27f8ea31ed171f38be5a8263d /configs/T1024RDB_SPIFLASH_defconfig
parenta2a11133b505b597b49c1bb12894b48d6df3b0b7 (diff)
downloadu-boot-e2ed26a442b8669a0dec09d1f9639a51c222c2c4.zip
u-boot-e2ed26a442b8669a0dec09d1f9639a51c222c2c4.tar.gz
u-boot-e2ed26a442b8669a0dec09d1f9639a51c222c2c4.tar.bz2
Convert CONFIG_ETHPRIME to Kconfig
This converts the following to Kconfig: CONFIG_ETHPRIME This is also done by adding a gating Kconfig option, CONFIG_USE_ETHPRIME similar to other options that are not always set and control environment variables. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/T1024RDB_SPIFLASH_defconfig')
-rw-r--r--configs/T1024RDB_SPIFLASH_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/T1024RDB_SPIFLASH_defconfig b/configs/T1024RDB_SPIFLASH_defconfig
index 4077ed9..0df88ea 100644
--- a/configs/T1024RDB_SPIFLASH_defconfig
+++ b/configs/T1024RDB_SPIFLASH_defconfig
@@ -64,6 +64,8 @@ CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_USE_BOOTFILE=y
CONFIG_BOOTFILE="uImage"
+CONFIG_USE_ETHPRIME=y
+CONFIG_ETHPRIME="FM1@DTSEC4"
CONFIG_DM=y
CONFIG_FSL_CAAM=y
CONFIG_SYS_FSL_DDR3=y