forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/sparc/kernel/btext.c
....@@ -24,7 +24,7 @@
2424 static void draw_byte_16(unsigned char *bits, unsigned int *base, int rb);
2525 static void draw_byte_8(unsigned char *bits, unsigned int *base, int rb);
2626
27
-#define __force_data __attribute__((__section__(".data")))
27
+#define __force_data __section(".data")
2828
2929 static int g_loc_X __force_data;
3030 static int g_loc_Y __force_data;