Commit 05ccc70b authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

configs/qemu: cleanup and capitalization



Capitalize comments in a consistent way.
Cleanup redundant entries.
Drop global patch dir for sparc ss10 since it's not required any more.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 508bb46b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@ BR2_ARM_ENABLE_NEON=y
BR2_ARM_FPU_VFPV3D16=y

# System
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttySAC1"

# Filesystem
+2 −3
Original line number Diff line number Diff line
@@ -2,11 +2,10 @@
BR2_arm=y
BR2_arm926t=y

# system
BR2_TARGET_GENERIC_GETTY=y
# System
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"

# filesystem
# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set

+0 −2
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@ BR2_ARM_ENABLE_NEON=y
BR2_ARM_FPU_VFPV3D16=y

# System
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"

# Filesystem
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
BR2_mips=y
BR2_mips_32r2=y

# filesystem
# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
BR2_mipsel=y
BR2_mips_32r2=y

# filesystem
# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set

Loading