aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 22:59:28 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:32 -0400
commitaca1f6789aa2e384a58909fa7a9696db9d607675 (patch)
tree32c2afad0ddf30c2fa84b2c104540d207f896174 /include/configs/sunxi-common.h
parent0a816d92d581749341c0c725816efe930e56e2a4 (diff)
downloadu-boot-aca1f6789aa2e384a58909fa7a9696db9d607675.zip
u-boot-aca1f6789aa2e384a58909fa7a9696db9d607675.tar.gz
u-boot-aca1f6789aa2e384a58909fa7a9696db9d607675.tar.bz2
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>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 5b543fd..327bf98 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -75,10 +75,6 @@
#define PHYS_SDRAM_0 CONFIG_SYS_SDRAM_BASE
#define PHYS_SDRAM_0_SIZE 0x80000000 /* 2 GiB */
-#ifdef CONFIG_AHCI
-#define CONFIG_SYS_64BIT_LBA
-#endif
-
#ifdef CONFIG_NAND_SUNXI
#define CONFIG_SYS_NAND_MAX_ECCPOS 1664
#define CONFIG_SYS_MAX_NAND_DEVICE 8