blob: 455a889b64c11c038757a3109310b8b2b8b46f5b [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Andy Shevchenkod31315d2017-07-06 14:41:53 +03002/*
3 * Copyright (c) 2017 Intel Corp.
Andy Shevchenkod31315d2017-07-06 14:41:53 +03004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9#include <asm/ibmpc.h>
10
Andy Shevchenkod31315d2017-07-06 14:41:53 +030011/* Miscellaneous configurable options */
Andy Shevchenkod31315d2017-07-06 14:41:53 +030012
Tom Rini6a5dccc2022-11-16 13:10:41 -050013#define CFG_SYS_STACK_SIZE (32 * 1024)
Andy Shevchenkod31315d2017-07-06 14:41:53 +030014
Andy Shevchenkod31315d2017-07-06 14:41:53 +030015#endif