summaryrefslogtreecommitdiff
path: root/include/configs/octeontx_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/octeontx_common.h')
-rw-r--r--include/configs/octeontx_common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h
index 22d38588780..73a14b25de6 100644
--- a/include/configs/octeontx_common.h
+++ b/include/configs/octeontx_common.h
@@ -18,7 +18,6 @@
#include <config_distro_bootcmd.h>
/* Extra environment variables */
#define CONFIG_EXTRA_ENV_SETTINGS \
- "autoload=0\0" \
"loadaddr=0x20080000\0" \
"kernel_addr_r=0x02000000\0" \
"ramdisk_addr_r=0x03000000\0" \
@@ -44,14 +43,6 @@
/** Heap size for U-Boot */
-/* AHCI support Definitions */
-#ifdef CONFIG_DM_SCSI
-/** Enable 48-bit SATA addressing */
-# define CONFIG_LBA48
-/** Enable 64-bit addressing */
-# define CONFIG_SYS_64BIT_LBA
-#endif
-
#define CONFIG_SYS_MMC_MAX_BLK_COUNT 8192
/** EMMC specific defines */