mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 06:38:15 +01:00
microblaze: Make the board configuration name user definable
Add a prompt for editing in menuconfig Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
b908fcad84
commit
36458cef1b
@ -7,7 +7,12 @@ config SYS_VENDOR
|
|||||||
default "xilinx"
|
default "xilinx"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
|
string "Board configuration name"
|
||||||
default "microblaze-generic"
|
default "microblaze-generic"
|
||||||
|
help
|
||||||
|
This option contains information about board configuration name.
|
||||||
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
||||||
|
will be used for board configuration.
|
||||||
|
|
||||||
config XILINX_MICROBLAZE0_USE_MSR_INSTR
|
config XILINX_MICROBLAZE0_USE_MSR_INSTR
|
||||||
int "USE_MSR_INSTR range (0:1)"
|
int "USE_MSR_INSTR range (0:1)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user