On Mon, Mar 11, 2013 at 01:26:31PM +0400, Alexander Shiyan wrote: > > Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> Applied, thanks Sascha > --- > arch/arm/boards/clep7212/env/config | 20 -------------------- > arch/arm/boards/clep7212/env/config-board | 14 ++++++++++++++ > 2 files changed, 14 insertions(+), 20 deletions(-) > delete mode 100644 arch/arm/boards/clep7212/env/config > create mode 100644 arch/arm/boards/clep7212/env/config-board > > diff --git a/arch/arm/boards/clep7212/env/config b/arch/arm/boards/clep7212/env/config > deleted file mode 100644 > index e8f2c3a..0000000 > --- a/arch/arm/boards/clep7212/env/config > +++ /dev/null > @@ -1,20 +0,0 @@ > -#!/bin/sh > - > -global.hostname=clps711x > - > -# set to false if you do not want to have colors > -global.allow_color=true > - > -# user (used for network filenames) > -global.user=anonymous > - > -# timeout in seconds before the default boot entry is started > -global.autoboot_timeout=2 > - > -# default boot entry (one of /env/boot/*) > -if [ -e /dev/nor0 ]; then > - global.boot.default=nor > -fi > - > -# default bootargs > -global.linux.bootargs.base="earlyprintk console=ttyCL0,57600n8" > diff --git a/arch/arm/boards/clep7212/env/config-board b/arch/arm/boards/clep7212/env/config-board > new file mode 100644 > index 0000000..3cf699a > --- /dev/null > +++ b/arch/arm/boards/clep7212/env/config-board > @@ -0,0 +1,14 @@ > +#!/bin/sh > + > +global.hostname=clps711x > + > +# Timeout in seconds before the default boot entry is started > +global.autoboot_timeout=2 > + > +# Default boot entry (one of /env/boot/*) > +if [ -e /dev/nor0 ]; then > + global.boot.default=nor > +fi > + > +# Board bootargs > +global.linux.bootargs.base="earlyprintk console=ttyCL0,57600n8" > -- > 1.7.3.4 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox