mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
tegra: config: Allow Chrome OS environment settings to be included
Bring these in if they are provided by the board. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
7cfde8117f
commit
e379b03e6b
1 changed files with 6 additions and 1 deletions
|
@ -58,13 +58,18 @@
|
|||
|
||||
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
|
||||
|
||||
#ifndef CONFIG_CHROMEOS_EXTRA_ENV_SETTINGS
|
||||
#define CONFIG_CHROMEOS_EXTRA_ENV_SETTINGS
|
||||
#endif
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
TEGRA_DEVICE_SETTINGS \
|
||||
MEM_LAYOUT_ENV_SETTINGS \
|
||||
"fdt_high=ffffffff\0" \
|
||||
"initrd_high=ffffffff\0" \
|
||||
BOOTENV \
|
||||
BOARD_EXTRA_ENV_SETTINGS
|
||||
BOARD_EXTRA_ENV_SETTINGS \
|
||||
CONFIG_CHROMEOS_EXTRA_ENV_SETTINGS
|
||||
|
||||
#if defined(CONFIG_TEGRA20_SFLASH) || defined(CONFIG_TEGRA20_SLINK) || defined(CONFIG_TEGRA114_SPI)
|
||||
#define CONFIG_TEGRA_SPI
|
||||
|
|
Loading…
Add table
Reference in a new issue