]> Git Repo - u-boot.git/blob - include/configs/x250.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / include / configs / x250.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2024 Allied Telesis
4  */
5
6 #ifndef __X250_H_
7 #define __X250_H_
8
9 /*
10  * High Level Configuration Options (easy to change)
11  */
12 #define CFG_SYS_TCLK            250000000       /* 250MHz */
13
14 /* additions for new ARM relocation support */
15 #define CFG_SYS_SDRAM_BASE      0x00000000
16
17 #define BOOT_TARGETS    "usb scsi pxe dhcp"
18
19 #define CFG_EXTRA_ENV_SETTINGS \
20         "scriptaddr=0x6d00000\0"        \
21         "pxefile_addr_r=0x6e00000\0"    \
22         "fdt_addr_r=0x6f00000\0"        \
23         "kernel_addr_r=0x7000000\0"     \
24         "ramdisk_addr_r=0xa000000\0"    \
25         "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
26         "boot_targets=" BOOT_TARGETS "\0"
27
28 #endif /* __X250_H_ */
This page took 0.026818 seconds and 4 git commands to generate.