diff options
Diffstat (limited to 'board/freescale/imxrt1050-evk/imxrt1050-evk.c')
-rw-r--r-- | board/freescale/imxrt1050-evk/imxrt1050-evk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/imxrt1050-evk/imxrt1050-evk.c b/board/freescale/imxrt1050-evk/imxrt1050-evk.c index eb492390db..6132916578 100644 --- a/board/freescale/imxrt1050-evk/imxrt1050-evk.c +++ b/board/freescale/imxrt1050-evk/imxrt1050-evk.c @@ -71,11 +71,6 @@ u32 spl_boot_device(void) } #endif -u32 get_board_rev(void) -{ - return 0; -} - int board_init(void) { gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100; |