u-boot/include/configs/gxp.h
Tom Rini 781a144a7a gxp: Convert to text file environment
Convert this platform to using the text file environment rather than
defining CONFIG_EXTRA_ENV_SETTINGS.

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-06-22 21:30:05 -04:00

15 lines
306 B
C

/* 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