1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2016 Stefan Roese <sr@denx.de>
7 * board/config.h - configuration options, board specific
13 #include <configs/x86-common.h>
15 #ifndef CONFIG_INTERNAL_UART
16 /* Use BayTrail internal HS UART which is memory-mapped */
19 #define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
23 #undef CFG_EXTRA_ENV_SETTINGS
24 #define CFG_EXTRA_ENV_SETTINGS \
25 "kernel-ver=4.4.0-24\0" \
26 "boot=zboot 03000000 0 04000000 ${filesize}\0" \
27 "upd_uboot=usb reset;tftp 100000 dfi/u-boot.rom;" \
28 "sf probe;sf update 100000 0 800000;saveenv\0"
30 #endif /* __CONFIG_H */