2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2017-01-18 21:44:58 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012-2020 ASPEED Technology Inc.
|
|
|
|
* Ryan Chen <ryan_chen@aspeedtech.com>
|
|
|
|
*
|
|
|
|
* Copyright 2016 Google Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
|
|
|
#include <configs/aspeed-common.h>
|
|
|
|
|
2022-11-16 18:10:41 +00:00
|
|
|
#define CFG_SYS_UBOOT_BASE CONFIG_TEXT_BASE
|
2017-01-18 21:44:58 +00:00
|
|
|
|
2021-10-27 06:17:34 +00:00
|
|
|
/* Misc */
|
2022-12-04 15:03:50 +00:00
|
|
|
#define CFG_EXTRA_ENV_SETTINGS \
|
2021-10-27 06:17:34 +00:00
|
|
|
""
|
|
|
|
|
2017-01-18 21:44:58 +00:00
|
|
|
#endif /* __CONFIG_H */
|