mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00:00
ARM: tegra: use LINUX_KERNEL_IMAGE_HEADER
Enable CONFIG_LINUX_KERNEL_IMAGE_HEADER for all 64-bit Tegra boards. cboot (the boot SW that runs before U-Boot) will eventually use this information. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
8163faf952
commit
ddecaaf3b9
1 changed files with 6 additions and 0 deletions
|
@ -60,8 +60,14 @@ config TEGRA_ARMV7_COMMON
|
||||||
config TEGRA_ARMV8_COMMON
|
config TEGRA_ARMV8_COMMON
|
||||||
bool "Tegra 64-bit common options"
|
bool "Tegra 64-bit common options"
|
||||||
select ARM64
|
select ARM64
|
||||||
|
select LINUX_KERNEL_IMAGE_HEADER
|
||||||
select TEGRA_COMMON
|
select TEGRA_COMMON
|
||||||
|
|
||||||
|
if TEGRA_ARMV8_COMMON
|
||||||
|
config LNX_KRNL_IMG_TEXT_OFFSET_BASE
|
||||||
|
default 0x80000000
|
||||||
|
endif
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Tegra SoC select"
|
prompt "Tegra SoC select"
|
||||||
optional
|
optional
|
||||||
|
|
Loading…
Add table
Reference in a new issue