summaryrefslogtreecommitdiffstats
path: root/common/meminfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/pr_print'Sascha Hauer2013-04-041-3/+3
|\
| * meminfo: switch to pr_xxxJean-Christophe PLAGNIOL-VILLARD2013-03-091-3/+3
| | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | include asm/sections.h instead of asm-generic/sections.hSascha Hauer2013-03-101-1/+1
|/ | | | | | To let the architectures override asm-generic/sections.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Setup stack at end of SDRAMSascha Hauer2013-02-041-5/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* meminfo: fix display of allocated addressesAlexander Aring2013-01-141-3/+3
| | | | | | | Fix display to stdout of allocated addresses. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* meminfo: fix missing includeAlexander Aring2013-01-141-0/+1
| | | | | | | | Fix include for linkerscript variables like _etext. Otherwise build with #define DEBUG will fail. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* common: split out meminfo output and make it optionalJan Luebbe2012-09-061-0/+23
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>