From aca1f6789aa2e384a58909fa7a9696db9d607675 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 10 Jun 2022 22:59:28 -0400 Subject: Convert CONFIG_LBA48 et al to Kconfig This converts the following to Kconfig: CONFIG_LBA48 CONFIG_SYS_64BIT_LBA Signed-off-by: Tom Rini --- configs/openrd_base_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/openrd_base_defconfig') diff --git a/configs/openrd_base_defconfig b/configs/openrd_base_defconfig index 967246a..ba5d3a6 100644 --- a/configs/openrd_base_defconfig +++ b/configs/openrd_base_defconfig @@ -56,6 +56,7 @@ CONFIG_SYS_ATA_REG_OFFSET=0x100 CONFIG_SYS_ATA_ALT_OFFSET=0x100 CONFIG_SYS_ATA_IDE0_OFFSET=0x2000 CONFIG_SYS_ATA_IDE1_OFFSET=0x4000 +CONFIG_LBA48=y # CONFIG_MMC_HW_PARTITIONING is not set CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y -- cgit v1.1