summaryrefslogtreecommitdiff
path: root/include/configs/harmony.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-16 06:20:59 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 12:07:17 (GMT)
commit07a84b7b1905f5b7464ad5746507306733eae964 (patch)
treef95458696c362ba06d5719aaeb53495284024bfa /include/configs/harmony.h
parentd5ebc937c90b95f52bd85c15ce74edff4df2e0be (diff)
downloadu-boot-07a84b7b1905f5b7464ad5746507306733eae964.tar.xz
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>
Diffstat (limited to 'include/configs/harmony.h')
-rw-r--r--include/configs/harmony.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h
index ce0ae9f..3706a40 100644
--- a/include/configs/harmony.h
+++ b/include/configs/harmony.h
@@ -28,7 +28,6 @@
#include "tegra2-common.h"
/* High-level configuration options */
-#define TEGRA2_SYSMEM "mem=384M@0M nvmem=128M@384M mem=512M@512M"
#define V_PROMPT "Tegra2 (Harmony) # "
#define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Harmony"