| menu "MicroBlaze architecture" |
| config NEEDS_MANUAL_RELOC |
| bool "Disable position-independent pre-relocation code" |
| U-Boot expects to be linked to a specific hard-coded address, and to |
| be loaded to and run from that address. This option lifts that |
| restriction, thus allowing the code to be loaded to and executed from |
| almost any 4K aligned address. This logic relies on the relocation |
| information that is embedded in the binary to support U-Boot |
| relocating itself to the top-of-RAM later during execution. |
| def_bool y if !NEEDS_MANUAL_RELOC |
| config TARGET_MICROBLAZE_GENERIC |
| bool "Support microblaze-generic" |
| select SPL_LIBCOMMON_SUPPORT if SPL |
| select SPL_LIBGENERIC_SUPPORT if SPL |
| source "board/xilinx/Kconfig" |
| source "board/xilinx/microblaze-generic/Kconfig" |