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:
parent
15f6b6d065
commit
c15f307504
|
|
@ -1144,7 +1144,6 @@ config ARCH_ROCKCHIP
|
||||||
select CMD_ROCKUSB if USB_GADGET_DOWNLOAD
|
select CMD_ROCKUSB if USB_GADGET_DOWNLOAD
|
||||||
select ENABLE_ARM_SOC_BOOT0_HOOK
|
select ENABLE_ARM_SOC_BOOT0_HOOK
|
||||||
select SYS_NS16550
|
select SYS_NS16550
|
||||||
select SKIP_RELOCATE_UBOOT if !ARM64
|
|
||||||
select SPI
|
select SPI
|
||||||
select DEBUG_UART_BOARD_INIT
|
select DEBUG_UART_BOARD_INIT
|
||||||
imply CMD_FASTBOOT
|
imply CMD_FASTBOOT
|
||||||
|
|
|
||||||
|
|
@ -651,6 +651,7 @@ config ANDROID_BOOT_IMAGE_HASH
|
||||||
|
|
||||||
config SKIP_RELOCATE_UBOOT
|
config SKIP_RELOCATE_UBOOT
|
||||||
bool "Skip U-Boot relocation"
|
bool "Skip U-Boot relocation"
|
||||||
|
default y if !ARM64
|
||||||
help
|
help
|
||||||
This enable support for skipping U-Boot relocation.
|
This enable support for skipping U-Boot relocation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue