blob: 0a7b4d8f93e2ba1139fc774edacb0337aecf239e [file] [log] [blame]
Stefan Roeseec853472021-04-07 09:12:38 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2019-2020
4 * Marvell <www.marvell.com>
5 */
6
7#ifndef __CONFIG_H__
8#define __CONFIG_H__
9
10/*
11 * SATA/SCSI/AHCI configuration
12 */
13/* AHCI support Definitions */
14/** Enable 48-bit SATA addressing */
15#define CONFIG_LBA48
16/** Enable 64-bit addressing */
17#define CONFIG_SYS_64BIT_LBA
18
19#include "octeon_common.h"
20
21#endif /* __CONFIG_H__ */