summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2010-03-31u-boot-tools: Implement fw_getenv for console usageTobias Klauser2-0/+15
2009-10-28Add U-Boot environment tools, move custom Makefile entriesTobias Klauser7-0/+1413
authorVikram N <vicky773@gmail.com>2016-09-30 19:53:11 +0530
committerMark Brown <broonie@kernel.org>2016-10-21 12:09:51 +0100
commitaf9e53fef7015e1e4fe3f32b35e839df392bf4d6 (patch)
treeee1f67da8055aff5daabca561cf4b1612da4415e /Makefile
parent1001354ca34179f3db924eb66672442a173147dc (diff)
spi: omap2-mcspi: Fix modifying platform resource data
currently during probe the resource data gets modified and device physical address remains valid only during first load. If the module is unloaded and loaded again, the ioremp will be done on a incorrect address as the resource was modified during previous module load. This patch fixes this issue. Signed-off-by: Vikram N <vicky773@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Makefile')