]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/compulab/common/common.h
compulab: splash: refactor splash.c
[karo-tx-uboot.git] / board / compulab / common / common.h
index 68ffb111dc369a0b65dd7d514b791a422f0717b5..80753b4b73211922e9d5d99b7e498abcb40a233d 100644 (file)
@@ -25,9 +25,9 @@ static inline void cl_usb_hub_deinit(int gpio) {}
 #endif /* CONFIG_CMD_USB */
 
 #ifdef CONFIG_SPLASH_SCREEN
-int cl_splash_screen_prepare(int nand_offset);
+int cl_splash_screen_prepare(int offset);
 #else /* !CONFIG_SPLASH_SCREEN */
-static inline int cl_splash_screen_prepare(int nand_offset)
+static inline int cl_splash_screen_prepare(int offset)
 {
        return -ENOSYS;
 }