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/minnowmax_defconfig b/configs/minnowmax_defconfig index 87eb82a..2e9edc6 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig
@@ -61,6 +61,8 @@ CONFIG_TFTP_TSIZE=y CONFIG_REGMAP=y CONFIG_SYSCON=y +CONFIG_LBA48=y +CONFIG_SYS_64BIT_LBA=y CONFIG_CPU=y CONFIG_RTL8169=y CONFIG_SPI=y