commit | 3f00477a2c0e1380f126607dd0a2fd1c48e0c6bb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 10 22:59:28 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 17:03:32 2022 -0400 |
tree | 32c2afad0ddf30c2fa84b2c104540d207f896174 | |
parent | 276d75e5d9f550ded39175cf23b605b4131a5461 [diff] [blame] |
Convert CONFIG_LBA48 et al to Kconfig This converts the following to Kconfig: CONFIG_LBA48 CONFIG_SYS_64BIT_LBA Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/Mele_M5_defconfig b/configs/Mele_M5_defconfig index a426729..2e6d5dd 100644 --- a/configs/Mele_M5_defconfig +++ b/configs/Mele_M5_defconfig
@@ -13,6 +13,7 @@ CONFIG_SPL_I2C=y CONFIG_SYS_PBSIZE=1024 CONFIG_SCSI_AHCI=y +CONFIG_SYS_64BIT_LBA=y CONFIG_SYS_I2C_MVTWSI=y CONFIG_SYS_I2C_SLAVE=0x7f CONFIG_SYS_I2C_SPEED=400000