summaryrefslogtreecommitdiffstats
path: root/arch/nios2/boards
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-14 21:30:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-15 11:07:15 +0100
commit52fac4b1ff5da3deff3e9f0cae681ff23337c1f1 (patch)
treeb6428d6eb2cdabeef48844dd8ef48a5077ee0e1f /arch/nios2/boards
parentd9d9c41f776a4b4744592ab0fb64398bb8ff6636 (diff)
downloadbarebox-52fac4b1ff5da3deff3e9f0cae681ff23337c1f1.tar.gz
barebox-52fac4b1ff5da3deff3e9f0cae681ff23337c1f1.tar.xz
defaultenv: simplify boot
Now that we have a bootm command which boots everything we can simplify the defaultenvironment. We can call bootm on every image type and can remove the kernelimage_type variables. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/nios2/boards')
-rw-r--r--arch/nios2/boards/generic/env/config1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/boards/generic/env/config b/arch/nios2/boards/generic/env/config
index 5d23098390..16adc49f1c 100644
--- a/arch/nios2/boards/generic/env/config
+++ b/arch/nios2/boards/generic/env/config
@@ -5,7 +5,6 @@ kernel=flash
root=flash
kernel_loc=nor
-kernelimage_type=uimage
# use 'dhcp' todo dhcp in barebox and in kernel
ip=none