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