imx: imx8mn_evk: Drop DECLARE_GLOBAL_DATA_PTR
There is no users of global data in imx8mn_evk.c, drop it. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -3,13 +3,10 @@
|
||||
* Copyright 2019 NXP
|
||||
*/
|
||||
|
||||
#include <asm/global_data.h>
|
||||
#include <asm/io.h>
|
||||
#include <env.h>
|
||||
#include <init.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
int board_mmc_get_env_dev(int devno)
|
||||
{
|
||||
return devno;
|
||||
|
||||
Reference in New Issue
Block a user