xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM

There is no reason not to use commong Kconfig by Microblaze too.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2020-10-22 11:08:58 +02:00
parent f2b0376010
commit 92dc921063
3 changed files with 4 additions and 8 deletions

View File

@ -23,6 +23,7 @@ config TARGET_MICROBLAZE_GENERIC
endchoice endchoice
source "board/xilinx/Kconfig"
source "board/xilinx/microblaze-generic/Kconfig" source "board/xilinx/microblaze-generic/Kconfig"
endmenu endmenu

View File

@ -50,12 +50,12 @@ config XILINX_OF_BOARD_DTB_ADDR
config BOOT_SCRIPT_OFFSET config BOOT_SCRIPT_OFFSET
hex "Boot script offset" hex "Boot script offset"
depends on ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL depends on ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL || MICROBLAZE
default 0xFC0000 if ARCH_ZYNQ default 0xFC0000 if ARCH_ZYNQ || MICROBLAZE
default 0x3E80000 if ARCH_ZYNQMP default 0x3E80000 if ARCH_ZYNQMP
default 0x7F80000 if ARCH_VERSAL default 0x7F80000 if ARCH_VERSAL
help help
Specifies distro boot script offset in NAND/NOR flash. Specifies distro boot script offset in NAND/QSPI/NOR flash.
config ZYNQ_MAC_IN_EEPROM config ZYNQ_MAC_IN_EEPROM
bool "Reading MAC address from EEPROM" bool "Reading MAC address from EEPROM"

View File

@ -38,9 +38,4 @@ config XILINX_MICROBLAZE0_HW_VER
string "Core version number" string "Core version number"
default "7.10.d" default "7.10.d"
config BOOT_SCRIPT_OFFSET
hex "Boot script offset"
default 0xFC0000
help
Specifies distro boot script offset in NAND/QSPI flash.
endif endif