octeon_nic23.h 391 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2019-2020
  4. * Marvell <www.marvell.com>
  5. */
  6. #ifndef __CONFIG_H__
  7. #define __CONFIG_H__
  8. /*
  9. * SATA/SCSI/AHCI configuration
  10. */
  11. /* AHCI support Definitions */
  12. /** Enable 48-bit SATA addressing */
  13. #define CONFIG_LBA48
  14. /** Enable 64-bit addressing */
  15. #define CONFIG_SYS_64BIT_LBA
  16. #include "octeon_common.h"
  17. #endif /* __CONFIG_H__ */