Remove FAR from source code under 32bit arch and board

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-09-16 20:50:03 +08:00
committed by Petro Karashchenko
parent 9f049b47bf
commit 8dbe86084e
42 changed files with 375 additions and 390 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ void arm_boot(void)
#endif
#ifdef CONFIG_DEVICE_TREE
fdt_register((FAR const char *)0x40000000);
fdt_register((const char *)0x40000000);
#endif
#ifdef USE_EARLYSERIALINIT