blob: 02f33f3c29fb6c6b076358a75ca50270c23851d0 [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
13#define CONFIG_SYS_CBSIZE 2048
Andy Shevchenko495f3772017-07-06 14:41:53 +030014#define CONFIG_SYS_MAXARGS 128
15#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
16
Andy Shevchenko495f3772017-07-06 14:41:53 +030017#define CONFIG_SYS_STACK_SIZE (32 * 1024)
18
19#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
20#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
21
Andy Shevchenko495f3772017-07-06 14:41:53 +030022/* RTC */
23#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0
Andy Shevchenko495f3772017-07-06 14:41:53 +030024
25#endif