arm: Kconfig: default select SKIP_RELOCATE_UBOOT if !ARM64

Remove select from rockchip Kconfig.

Some 32-bit platforms needs relocation to support non-compressed
kernel image.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I0b60b79d7c67c5bd8439bd55bb277522c74a8bdd
This commit is contained in:
Joseph Chen 2020-03-04 17:40:22 +08:00 committed by Jianhong Chen
parent 15f6b6d065
commit c15f307504
2 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,6 @@ config ARCH_ROCKCHIP
select CMD_ROCKUSB if USB_GADGET_DOWNLOAD
select ENABLE_ARM_SOC_BOOT0_HOOK
select SYS_NS16550
select SKIP_RELOCATE_UBOOT if !ARM64
select SPI
select DEBUG_UART_BOARD_INIT
imply CMD_FASTBOOT

View File

@ -651,6 +651,7 @@ config ANDROID_BOOT_IMAGE_HASH
config SKIP_RELOCATE_UBOOT
bool "Skip U-Boot relocation"
default y if !ARM64
help
This enable support for skipping U-Boot relocation.