diff options
Diffstat (limited to 'include/configs/gxp.h')
-rw-r--r-- | include/configs/gxp.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/gxp.h b/include/configs/gxp.h new file mode 100644 index 0000000..e3c97b2 --- /dev/null +++ b/include/configs/gxp.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * GXP board + * + * (C) Copyright 2022 Hewlett Packard Enterprise Development LP. + * Author: Nick Hawkins <nick.hawkins@hpe.com> + * Author: Jean-Marie Verdun <verdun@hpe.com> + */ + +#ifndef _GXP_H_ +#define _GXP_H_ + +#define CONFIG_SYS_SDRAM_BASE 0x40000000 + +#endif |