diff options
| author | Simon Glass <[email protected]> | 2013-03-05 14:39:59 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-03-15 16:14:01 -0400 |
| commit | 4da2551efa05bfb365e24c4e593fcd18b5a732f8 (patch) | |
| tree | ae927c86facb49ddf82360ed9d465612e5e09793 /arch/blackfin/include | |
| parent | 068a1e46bf03274cf87eea3d5fa1973f6dbdc2fa (diff) | |
blackfin: Fix up board_type global data
This should be in arch_global_data but was dropped in the change-over.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch/blackfin/include')
| -rw-r--r-- | arch/blackfin/include/asm/global_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/global_data.h b/arch/blackfin/include/asm/global_data.h index c2c4d4d41df..44245b4a1b2 100644 --- a/arch/blackfin/include/asm/global_data.h +++ b/arch/blackfin/include/asm/global_data.h @@ -32,6 +32,7 @@ /* Architecture-specific global data */ struct arch_global_data { + unsigned long board_type; }; #include <asm-generic/global_data.h> |
