summaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-03-05 14:39:59 (GMT)
committerTom Rini <trini@ti.com>2013-03-15 20:14:01 (GMT)
commit4da2551efa05bfb365e24c4e593fcd18b5a732f8 (patch)
treeae927c86facb49ddf82360ed9d465612e5e09793 /arch/blackfin/include/asm
parent068a1e46bf03274cf87eea3d5fa1973f6dbdc2fa (diff)
downloadu-boot-4da2551efa05bfb365e24c4e593fcd18b5a732f8.tar.xz
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 <sjg@chromium.org>
Diffstat (limited to 'arch/blackfin/include/asm')
-rw-r--r--arch/blackfin/include/asm/global_data.h1
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 c2c4d4d..44245b4 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>