diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-03-23 12:46:12 -0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:17:41 -0400 |
commit | ab5645f14edecd8cd8b0ba0ef9b1be5100b9d7c4 (patch) | |
tree | 8e632fd755a3c6caf71dfe3f2e3efec7e60b64df | |
parent | 2283284b05326bf1384873f2a59b77fe0d9b2f8f (diff) |
README: Specify the full path for README.displaying-bmps
It is clearer to specify the full path to access the
doc/README.displaying-bmps file.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1916,7 +1916,7 @@ CBFS (Coreboot Filesystem) support If this option is set, then U-Boot will prevent the environment variable "splashimage" from being set to a problematic address - (see README.displaying-bmps). + (see doc/README.displaying-bmps). This option is useful for targets where, due to alignment restrictions, an improperly aligned BMP image will cause a data abort. If you think you will not have problems with unaligned |