OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. | 2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 #ifndef __configs_chromeos_recovery_h__ | 7 #ifndef __configs_chromeos_recovery_h__ |
8 #define __configs_chromeos_recovery_h__ | 8 #define __configs_chromeos_recovery_h__ |
9 | 9 |
10 #include <configs/chromeos/common.h> | 10 #include <configs/chromeos/common.h> |
(...skipping 10 matching lines...) Expand all Loading... |
21 #define CONFIG_CMD_LOADS | 21 #define CONFIG_CMD_LOADS |
22 #define CONFIG_CMD_READ | 22 #define CONFIG_CMD_READ |
23 #define CONFIG_CMD_MISC | 23 #define CONFIG_CMD_MISC |
24 #define CONFIG_CMD_SETGETDCR | 24 #define CONFIG_CMD_SETGETDCR |
25 #define CONFIG_CMD_XIMG | 25 #define CONFIG_CMD_XIMG |
26 | 26 |
27 #define CONFIG_MMC | 27 #define CONFIG_MMC |
28 #define CONFIG_EFI_PARTITION | 28 #define CONFIG_EFI_PARTITION |
29 #define CONFIG_DOS_PARTITION | 29 #define CONFIG_DOS_PARTITION |
30 | 30 |
| 31 #define CONFIG_CMD_CROS_REC |
| 32 |
31 #define CONFIG_CHROMEOS_BMPBLK | 33 #define CONFIG_CHROMEOS_BMPBLK |
32 #define CONFIG_CMD_BMP | 34 #define CONFIG_CMD_BMP |
33 #define CONFIG_LCD_BMP_RLE8 | 35 #define CONFIG_LCD_BMP_RLE8 |
34 #define CONFIG_LZMA | 36 #define CONFIG_LZMA |
35 | 37 |
36 #define CONFIG_CMD_READ | 38 #define CONFIG_CMD_READ |
37 #define CONFIG_CMD_MMC | 39 #define CONFIG_CMD_MMC |
38 #define CONFIG_CMD_EXT2 | 40 #define CONFIG_CMD_EXT2 |
39 #define CONFIG_CMD_FAT | 41 #define CONFIG_CMD_FAT |
40 | 42 |
41 #define CONFIG_ENV_IS_NOWHERE | 43 #define CONFIG_ENV_IS_NOWHERE |
42 | 44 |
43 #endif //__configs_chromeos_recovery_h__ | 45 #endif //__configs_chromeos_recovery_h__ |
OLD | NEW |