diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-10 00:55:14 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-10 00:55:14 +0100 |
commit | d3a6532cbe263d992f49e86ac95bede28e96f9c8 (patch) | |
tree | 687561d091203e912658d34422fb969eb7ab3744 /api/README | |
parent | 694976afa5dcc5c4e7eaeaa0612eac35cd5bd8ec (diff) | |
download | u-boot-imx-d3a6532cbe263d992f49e86ac95bede28e96f9c8.zip u-boot-imx-d3a6532cbe263d992f49e86ac95bede28e96f9c8.tar.gz u-boot-imx-d3a6532cbe263d992f49e86ac95bede28e96f9c8.tar.bz2 |
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'api/README')
-rw-r--r-- | api/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ U-Boot machine/arch independent API for external apps - the U-Boot integral part of the API is meant to be thin and non-intrusive, leaving as much processing as possible on the consumer application side, for example it doesn't keep states, but relies on hints from the app and - so on + so on - optional (CONFIG_API) |