blob: 34536ecf85057ac5ff196b79a4bc346af3082fc0 [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
Andy Shevchenko495f3772017-07-06 14:41:53 +030013#define CONFIG_SYS_STACK_SIZE (32 * 1024)
14
Andy Shevchenko495f3772017-07-06 14:41:53 +030015#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
16
Andy Shevchenko495f3772017-07-06 14:41:53 +030017/* RTC */
18#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0
Andy Shevchenko495f3772017-07-06 14:41:53 +030019
20#endif