summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-30 23:33:57 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-30 23:33:57 +0200
commit849a2c7bd8e1d5cb6a0cd59622e7c96e1b76dbc0 (patch)
treed0001a807435a3fc9f500ea2e7d4987f8a6bdb54
parentb5c6ba824ca559c3cc423291f98482a709e0564a (diff)
Readme nit.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e58e848..cdaaac1 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ language has some dark corners.
* [genboardscfg.py](http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD) from [Das U-Boot](http://www.denx.de/wiki/U-Boot) generates some sort of legacy boards database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :).
- * Originally, Kconfiglib was used in chapter 4 my [master's thesis](http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01.pdf) to automatically generate a "minimal" kernel for a given system. Some of the other code in it bothers me a bit now that I have more experience, but that's how it goes with old code.
+ * Originally, Kconfiglib was used in chapter 4 my [master's thesis](http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01.pdf) to automatically generate a "minimal" kernel for a given system. Parts of it bother me a bit now, but that's how it goes with old work.
## Test suite ##