X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcompiler.h;h=e602cce2e9b99fc5f86b6523972ec909bf127fa1;hb=4713010adf5beda87410d637ebfc58db0db9a9db;hp=272fd3cf628c758f9a4d5f019d2a093f2955c47a;hpb=cb32ed1fc298875845f166d326a3f2704a0d5364;p=u-boot diff --git a/include/compiler.h b/include/compiler.h index 272fd3cf62..e602cce2e9 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -122,4 +122,7 @@ typedef unsigned int uintptr_t; #endif +/* compiler options */ +#define uninitialized_var(x) x = x + #endif