]> Git Repo - J-u-boot.git/blame - include/configs/chromebook_samus.h
keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs
[J-u-boot.git] / include / configs / chromebook_samus.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
374e78ef
SG
2/*
3 * Copyright (c) 2011 The Chromium OS Authors.
4 * (C) Copyright 2008
5 * Graeme Russ, [email protected].
374e78ef
SG
6 */
7
8/*
9 * board/config.h - configuration options, board specific
10 */
11
12#ifndef __CONFIG_H
13#define __CONFIG_H
14
15#include <configs/x86-common.h>
16#include <configs/x86-chromebook.h>
17
374e78ef
SG
18#undef CONFIG_STD_DEVICES_SETTINGS
19#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
20 "stdout=vidconsole,serial\0" \
21 "stderr=vidconsole,serial\0"
22
23#define CONFIG_ENV_SECT_SIZE 0x1000
24#define CONFIG_ENV_OFFSET 0x003f8000
25
ffe40376
SG
26#define CONFIG_TPL_TEXT_BASE 0xfffd8000
27
374e78ef 28#endif /* __CONFIG_H */
This page took 0.304159 seconds and 4 git commands to generate.