imx: cpu: add CHIP_REV_2_1 macro
[oweals/u-boot.git] / arch / arm / mach-uniphier / init.h
index 29f638d94703a31a7ef27ada4e9141a39c53a469..c6b3f3656ccc347ad4aa7ded09d435baf21bca5e 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2015-2016 Socionext Inc.
  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __MACH_INIT_H
@@ -104,9 +103,4 @@ int uniphier_have_internal_stm(void);
 int uniphier_boot_from_backend(void);
 int uniphier_pin_init(const char *pinconfig_name);
 
-#undef pr_warn
-#define pr_warn(fmt, args...)  printf(fmt, ##args)
-#undef pr_err
-#define pr_err(fmt, args...)   printf(fmt, ##args)
-
 #endif /* __MACH_INIT_H */