mtd: Replace MTDIOC_XIPBASE with BIOC_XIPBASE

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-08-11 15:46:01 +08:00
committed by Alan Carvalho de Assis
parent 177e1ced3f
commit 6b6c11f0ad
13 changed files with 14 additions and 65 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ static int skel_ioctl(FAR struct mtd_dev_s *dev, int cmd, unsigned long arg)
}
break;
case MTDIOC_XIPBASE:
case BIOC_XIPBASE:
{
FAR void **ppv = (FAR void**)arg;