summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/eukrea_cpuimx51_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* commands: NET_DHCP -> CMD_DHCPHolger Schurig2014-05-141-1/+1
| | | | | | | | | | | * this compile option actually turns on a command, so name it accordingly * also move the Kconfig definition into commands/Kconfig, thus placing getopt into the "Network commands" section * while at it, improve Kconfig documention Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* commands: NET_PING -> CMD_PINGHolger Schurig2014-05-141-1/+1
| | | | | | | | | | | * this compile option actually turns on a command, so name it accordingly * also move the Kconfig definition into commands/Kconfig, thus placing getopt into the "Network commands" section * while at it, improve Kconfig documention Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Fix reassigning symbols in defconfigsSascha Hauer2013-01-251-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defconfig: Switch all defconfig to new tftp commandSascha Hauer2012-09-281-2/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM defconfigs: Use TLSF malloc on defconfigs getting too bigSascha Hauer2012-06-291-0/+1
| | | | | | | | | | | | | | | | | Several boards are getting bigger than their specified maximum binary size of 256Kb. Enable the TLSF allocator for them which is smaller than the original dlmalloc. The changed defconfigs are: eukrea_cpuimx25_defconfig eukrea_cpuimx35_defconfig eukrea_cpuimx51_defconfig usb_a9260_defconfig usb_a9263_128mib_defconfig usb_a9263_defconfig usb_a9g20_128mib_defconfig usb_a9g20_defconfig Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* eukrea_cpuimx25/35/51: update defconfigEric Bénard2012-05-181-4/+15
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defenv: remove bogus defaultenv from defconfigsSascha Hauer2012-03-201-1/+1
| | | | | | | | | When CONFIG_DEFAULT_ENVIRONMENT_GENERIC is set the Make system will automatically compile in defaultenv/ into the environment. Some boards explicitely add this path again in their defconfig which is not needed. Remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* CPUIMX51: update defconfigEric Bénard2011-12-131-4/+20
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* update configs and default envs for uncompressSascha Hauer2011-11-291-1/+1
| | | | | | | uncompress is the replacement for unlzo. Adjust environments and defconfigs accordingly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add eukrea_cpuimx51 boardEric Bénard2011-03-031-0/+45
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>