global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / gxp.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * GXP board
4  *
5  * (C) Copyright 2022 Hewlett Packard Enterprise Development LP.
6  * Author: Nick Hawkins <nick.hawkins@hpe.com>
7  * Author: Jean-Marie Verdun <verdun@hpe.com>
8  */
9
10 #ifndef _GXP_H_
11 #define _GXP_H_
12
13 #define CFG_SYS_SDRAM_BASE   0x40000000
14
15 #endif