imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.h
[platform/kernel/u-boot.git] / include / configs / dfi-bt700.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
4  */
5
6 /*
7  * board/config.h - configuration options, board specific
8  */
9
10 #ifndef __CONFIG_H
11 #define __CONFIG_H
12
13 #include <configs/x86-common.h>
14
15 #ifndef CONFIG_INTERNAL_UART
16 /* Use BayTrail internal HS UART which is memory-mapped */
17 #endif
18
19 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=serial\0" \
20                                         "stdout=serial\0" \
21                                         "stderr=serial\0"
22
23 #define VIDEO_IO_OFFSET                         0
24 #define CONFIG_X86EMU_RAW_IO
25
26 #undef CONFIG_EXTRA_ENV_SETTINGS
27 #define CONFIG_EXTRA_ENV_SETTINGS                               \
28         "kernel-ver=4.4.0-24\0"                                 \
29         "boot=zboot 03000000 0 04000000 ${filesize}\0"          \
30         "upd_uboot=usb reset;tftp 100000 dfi/u-boot.rom;"       \
31                 "sf probe;sf update 100000 0 800000;saveenv\0"
32
33 #endif  /* __CONFIG_H */