]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/include/asm/global_data.h
sandbox: Allow reading/writing of RAM buffer
[people/ms/u-boot.git] / arch / sandbox / include / asm / global_data.h
index d70532aa4d7a6bca2b38d68573f6e476bf0ffdc3..b2e9b488f13be33563b07bb5435a999ddfb99521 100644 (file)
@@ -12,7 +12,7 @@
 
 /* Architecture-specific global data */
 struct arch_global_data {
-       u8              *ram_buf;       /* emulated RAM buffer */
+       uint8_t         *ram_buf;       /* emulated RAM buffer */
 };
 
 #include <asm-generic/global_data.h>