]> Git Repo - u-boot.git/blame - include/configs/xenguest_arm64.h
global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*
[u-boot.git] / include / configs / xenguest_arm64.h
CommitLineData
770a8eef
AA
1/* SPDX-License-Identifier: GPL-2.0+
2 *
3 * (C) Copyright 2020 EPAM Systemc Inc.
4 */
5#ifndef __XENGUEST_ARM64_H
6#define __XENGUEST_ARM64_H
7
8#ifndef __ASSEMBLY__
9#include <linux/types.h>
10#endif
11
770a8eef
AA
12#define CONFIG_EXTRA_ENV_SETTINGS
13
770a8eef
AA
14#undef CONFIG_SYS_SDRAM_BASE
15
722bc5b5
AL
16#undef CONFIG_EXTRA_ENV_SETTINGS
17#define CONFIG_EXTRA_ENV_SETTINGS \
18 "loadimage=ext4load pvblock 0 0x90000000 /boot/Image;\0" \
19 "pvblockboot=run loadimage;" \
20 "booti 0x90000000 - 0x88000000;\0"
21
770a8eef 22#endif /* __XENGUEST_ARM64_H */
This page took 0.122864 seconds and 4 git commands to generate.