aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-1.1.4/at32stk1000/at32ap-add-framebuffer-address.patch
blob: cac9be5d55513b5e1dd0edb02095c159c92dca7b (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -uprN u-boot-orig/include/asm-avr32/global_data.h u-boot/include/asm-avr32/global_data.h
--- u-boot-orig/include/asm-avr32/global_data.h	2007-01-01 19:26:46.000000000 +0100
+++ u-boot/include/asm-avr32/global_data.h	2006-12-19 11:08:14.000000000 +0100
@@ -44,6 +44,7 @@ typedef	struct	global_data {
 	unsigned long	env_addr;	/* Address of env struct */
 	unsigned long	env_valid;	/* Checksum of env valid? */
 	unsigned long	cpu_hz;		/* TODO: remove */
+	unsigned long	fb_base;	/* Address to framebuffer */
 	void		**jt;
 } gd_t;