blob: a9f45f19295a7828c946f319fda19c182d7daa24 [file] [log] [blame]
Ezequiel Garciac66f5622018-01-12 12:33:50 -03001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * (C) Copyright 2018 Michal Simek <monstr@monstr.eu>
4 */
5
6#ifndef __CONFIG_BITMAIN_ANTMINER_S9_H
7#define __CONFIG_BITMAIN_ANTMINER_S9_H
8
9#define CONFIG_SYS_SDRAM_BASE 0x00000000
10#define CONFIG_SYS_SDRAM_SIZE 0x40000000
11
Ezequiel Garciac66f5622018-01-12 12:33:50 -030012#define CONFIG_BOOTP_SERVERIP
13
14#define CONFIG_EXTRA_ENV_SETTINGS \
15 "autoload=no\0" \
16 "pxefile_addr_r=0x2000000\0" \
17 "scriptaddr=0x3000000\0" \
18 "kernel_addr_r=0x2000000\0" \
19 "fdt_high=0xefff000\0" \
20 "initrd_high=0xefff000\0" \
21 "devnum=0\0" \
22 "wdstop=mw f8005000 ABC000\0" \
23 BOOTENV
24
25#include <configs/zynq-common.h>
26
27#endif /* __CONFIG_BITMAIN_ANTMINER_S9_H */