diff options
| author | Michal Simek <monstr@monstr.eu> | 2007-07-13 21:39:13 +0200 |
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2007-07-13 21:39:13 +0200 |
| commit | bc2962482b707e44e0b43d20bd4dcf2a40230abb (patch) | |
| tree | 751c5e07c5ff0aa7910da0fe33b0a0996bda518c /include/post.h | |
| parent | 093172f08d6afb3f34d8a2f26ee0ee874261cf27 (diff) | |
| parent | 239f05ee4dd4cfe0b50f251b533dcebe9e67c360 (diff) | |
| download | olio-uboot-2014.01-bc2962482b707e44e0b43d20bd4dcf2a40230abb.tar.xz olio-uboot-2014.01-bc2962482b707e44e0b43d20bd4dcf2a40230abb.zip | |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'include/post.h')
| -rw-r--r-- | include/post.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/post.h b/include/post.h index cdefbddb6..8259e5d2e 100644 --- a/include/post.h +++ b/include/post.h @@ -91,6 +91,7 @@ extern int post_hotkeys_pressed(void); #define CFG_POST_SYSMON 0x00000800 #define CFG_POST_DSP 0x00001000 #define CFG_POST_CODEC 0x00002000 +#define CFG_POST_FPU 0x00004000 #endif /* CONFIG_POST */ |