1 // SPDX-License-Identifier: GPL-2.0+
3 * mx6memcal board support - provides a minimal, UART-only
4 * U-Boot that's capable of running a memory test.
6 * Copyright (C) 2016 Nelson Integration, LLC
12 #include <asm/arch/sys_proto.h>
13 #include <asm/global_data.h>
15 DECLARE_GLOBAL_DATA_PTR;
24 puts("Board: mx6memcal\n");
30 gd->ram_size = imx_ddr_size();