summaryrefslogtreecommitdiff
path: root/include/configs/chromeos_tegra2_twostop.h
blob: ebbeb894e7cf236e8c7ee3588786b8c8a51f881e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __configs_chromeos_tegra2_twostop_h__
#define __configs_chromeos_tegra2_twostop_h__

/* TODO This should be renamed to chromeos_tegra2_common.h? */
#include <configs/chromeos_seaboard_common.h>

/* entry point of twostop firmware */
#define CONFIG_CMD_VBOOT_TWOSTOP

#endif /* __configs_chromeos_tegra2_twostop_h__ */