]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra: remove some cruft from CONFIG_EXTRA_ENV_SETTINGS
authorStephen Warren <swarren@nvidia.com>
Wed, 16 May 2012 06:20:59 +0000 (06:20 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:17 +0000 (14:07 +0200)
commit07a84b7b1905f5b7464ad5746507306733eae964
treef95458696c362ba06d5719aaeb53495284024bfa
parentd5ebc937c90b95f52bd85c15ce74edff4df2e0be
tegra: remove some cruft from CONFIG_EXTRA_ENV_SETTINGS

console isn't used by anything, and the kernel should be set appropriately
by whatever script is booting the kernel, not imposed by the bootloader.

mem might be useful, but the current value is pretty bogus, since it
includes nvmem options that make no sense for an upstream kernel, and
equally should not be required for any downstream kernel. Either way, this
is also best left to the kernel boot script.

smpflag isn't used by anything, and again was probably intended to be a
kernel command-line option better set by the kernel boot script.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/harmony.h
include/configs/medcom.h
include/configs/paz00.h
include/configs/plutux.h
include/configs/seaboard.h
include/configs/tegra2-common.h
include/configs/ventana.h
include/configs/whistler.h