]> git.sur5r.net Git - u-boot/blobdiff - common/exports.c
New implementation for internal handling of environment variables.
[u-boot] / common / exports.c
index 60bba750f75990cc4f0b644ec49df6c42db55cc0..3dff7351bc3d3a5204d4fde0cdeb5d16b28d4bc9 100644 (file)
@@ -3,7 +3,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-static void dummy(void)
+__attribute__((unused)) static void dummy(void)
 {
 }
 
@@ -34,9 +34,6 @@ unsigned long get_version(void)
 # define spi_release_bus   dummy
 # define spi_xfer          dummy
 #endif
-#ifndef CONFIG_HAS_UID
-# define forceenv          dummy
-#endif
 
 void jumptable_init(void)
 {