forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/powerpc/include/asm/btext.h
....@@ -13,7 +13,11 @@
1313 int depth, int pitch);
1414 extern void btext_setup_display(int width, int height, int depth, int pitch,
1515 unsigned long address);
16
+#ifdef CONFIG_PPC32
1617 extern void btext_prepare_BAT(void);
18
+#else
19
+static inline void btext_prepare_BAT(void) { }
20
+#endif
1721 extern void btext_map(void);
1822 extern void btext_unmap(void);
1923