Removed the following parameters:
1. selinux=0
2. plymouth.enable=0
3. smsc95xx.turbo_mode=N
4. dwc_otg.lpm_enable=0
5. kgdboc=serial0,115200
Notes:
1. force not loading SELinux infrastructure which we currently do not supply
2. force disabling of plymouth which I think we do not supply
3. avoided network issues under heavy load circa 2012 likely no longer needed
4. turned off link power management which may have prevented issues with shitty
drivers in older kernels likely not an issue on a modern kernel tree
5. enabled debugging over the serial console which is unnecessary for most
user... advanced users will likely be savvy enough with cmdline.txt to
edit it to match their needs