mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
781a144a7a
Convert this platform to using the text file environment rather than defining CONFIG_EXTRA_ENV_SETTINGS. Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
306 B
C
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
|