u-boot-brain/arch/arm/cpu/armv8/zynqmp
Ulf Magnusson e7563c204e arm64: zynqmp: Fix misspelled choice default
There is no JTAG symbol in the "Boot mode" choice. JTAG_MODE was
probably intended.

No functional changes. Kconfig choices fall back on using the first
(visible) symbol in the choice as the default if the default symbol is
not visible.

Discovered in Kconfiglib (https://github.com/ulfalizer/Kconfiglib),
which prints the following warning:

	warning: the default selection JTAG (undefined) of <choice> (defined at arch/arm/cpu/armv8/zynqmp/Kconfig:107) is not contained in the choice

I've added a corresponding warning to the C tools too, which is
currently in linux-next: https://patchwork.kernel.org/patch/9983667/

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2018-01-30 14:29:52 +01:00
..
clk.c ARM64: zynqmp: Remove get_uart_clk() 2016-07-22 14:04:41 +02:00
cpu.c arm64: zynqmp: Provide a config to not map DDR region in MMU table 2018-01-30 14:29:03 +01:00
handoff.c ARM64: zynqmp: Generate handoff structure for ATF 2017-01-10 10:22:05 +01:00
Kconfig arm64: zynqmp: Fix misspelled choice default 2018-01-30 14:29:52 +01:00
Makefile arm64: zynqmp: Prepare psu_init rework 2018-01-30 14:29:18 +01:00
mp.c arm64: zynqmp: mp: Correct the R5 release sequence 2017-11-28 16:08:56 +01:00
psu_spl_init.c arm64: zynqmp: Prepare psu_init rework 2018-01-30 14:29:18 +01:00
spl.c arm64: zynqmp: Prepare psu_init rework 2018-01-30 14:29:18 +01:00