diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2023-06-14 13:43:12 +0100 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2023-08-12 10:13:06 +0800 |
commit | a13a7a0b4508710e2274e9a7ac9bd07d02099604 (patch) | |
tree | cd3c580bf79e9120211c59d332283c2f34a003c1 /configs | |
parent | 0e2474f55001e00e966be50595e7e0e055255006 (diff) | |
download | u-boot-a13a7a0b4508710e2274e9a7ac9bd07d02099604.tar.gz u-boot-a13a7a0b4508710e2274e9a7ac9bd07d02099604.tar.bz2 u-boot-a13a7a0b4508710e2274e9a7ac9bd07d02099604.zip |
config: rock64: enable efuse for stable mac addr
Enable the rockchip efuse driver on the Rock64 to
provide a stable ethernet address on the device.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rock64-rk3328_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock64-rk3328_defconfig b/configs/rock64-rk3328_defconfig index 5e36612bb8..e9f0415bbd 100644 --- a/configs/rock64-rk3328_defconfig +++ b/configs/rock64-rk3328_defconfig @@ -72,6 +72,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_ROCKCHIP_GPIO=y CONFIG_SYS_I2C_ROCKCHIP=y CONFIG_MISC=y +CONFIG_ROCKCHIP_EFUSE=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_SPI_FLASH_GIGADEVICE=y |