diff options
| author | Andre Przywara <[email protected]> | 2016-09-05 01:32:40 +0100 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2016-09-06 13:35:52 +0200 |
| commit | fa855d3d557a33c3c59f260302a94a8e8a0051b1 (patch) | |
| tree | d3d3dfc1e85644aaa9f50c07807b28834506dd75 | |
| parent | eb504fa13fbb9a40f7748cda5093d78a817051b3 (diff) | |
sunxi: Kconfig: rename non-existent SUN50I_A64 config symbol
There is no "CONFIG_MACH_SUN50I_A64" in upstream U-Boot, so fix
the name to prevent the option to be enabled.
Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
| -rw-r--r-- | board/sunxi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 1b30669230a..3ec011aa1b5 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -426,7 +426,7 @@ config AXP_GPIO config VIDEO bool "Enable graphical uboot console on HDMI, LCD or VGA" - depends on !MACH_SUN8I_A83T && !MACH_SUN8I_H3 && !MACH_SUN9I && !MACH_SUN50I_A64 + depends on !MACH_SUN8I_A83T && !MACH_SUN8I_H3 && !MACH_SUN9I && !MACH_SUN50I default y ---help--- Say Y here to add support for using a cfb console on the HDMI, LCD |
