blob: b05141ad6450ec891e9dde14cca87e347238ed56 [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
Andy Shevchenkod31315d2017-07-06 14:41:53 +030013#define CONFIG_SYS_STACK_SIZE (32 * 1024)
14
Andy Shevchenkod31315d2017-07-06 14:41:53 +030015#endif