diff options
Diffstat (limited to 'include/configs/octeontx2_common.h')
-rw-r--r-- | include/configs/octeontx2_common.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/configs/octeontx2_common.h b/include/configs/octeontx2_common.h new file mode 100644 index 00000000000..f415dffddbe --- /dev/null +++ b/include/configs/octeontx2_common.h @@ -0,0 +1,22 @@ +/* SPDX-License-Identifier: GPL-2.0 + * Copyright (C) 2018 Marvell International Ltd. + * + * https://spdx.org/licenses + */ + +#ifndef __OCTEONTX2_COMMON_H__ +#define __OCTEONTX2_COMMON_H__ + +/** Maximum size of image supported for bootm (and bootable FIT images) */ + +/** Memory base address */ +#define CFG_SYS_SDRAM_BASE CONFIG_TEXT_BASE + +/** Stack starting address */ + +/** Extra environment settings */ +#define CFG_EXTRA_ENV_SETTINGS \ + "loadaddr=20080000\0" \ + "ethrotate=yes\0" + +#endif /* __OCTEONTX2_COMMON_H__ */ |