diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-10-24 16:07:25 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-05 13:09:57 +0100 |
commit | d6aac671b68dd865056f909ebd00e6c49297c7c4 (patch) | |
tree | 082c85068af977f994bb545655a40e5339126c55 /configs/Ippo_q8h_defconfig | |
parent | 26f195c71252e98aebfffd5cfa994a4475559370 (diff) | |
download | u-boot-d6aac671b68dd865056f909ebd00e6c49297c7c4.tar.gz |
ARM: sunxi: Fix Ippo-q8h-v5 defconfig filename
The defconfig for Ippo-q8h-v5 was incorrectly committed as
"Ippo_q8h". This patch renames it correctly, as well as
correct a typo in my name in the maintainers listing.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/Ippo_q8h_defconfig')
-rw-r--r-- | configs/Ippo_q8h_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/Ippo_q8h_defconfig b/configs/Ippo_q8h_defconfig deleted file mode 100644 index 781f13785b..0000000000 --- a/configs/Ippo_q8h_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="IPPO_Q8H_V5,CONS_INDEX=5" -CONFIG_ARM=y -CONFIG_TARGET_SUN8I=y -CONFIG_DEFAULT_DEVICE_TREE="sun8i-a23-ippo-q8h-v5.dtb" |