diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-02-28 15:18:14 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-16 23:06:54 -0400 |
commit | add83917cf9d2f1592d86517a9195c27f87891f3 (patch) | |
tree | 1021f85207e72ea5d2b661a770412cc4cf6c7886 /include/configs | |
parent | a0cd1e196569f43ed96e2130fd3eb9ccc8588f40 (diff) |
doc: update reference to README.board
Update reference in files detected by
scripts/documentation-file-ref-check
doc/README.<board> => board/<board>/README
Files moved in board directory in
commit 702e6014f15b ("doc: cleanup - move board
READMEs into respective board directories")'
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sbc8548.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index f4113e03c4..ae2c0033d0 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -7,7 +7,7 @@ /* * sbc8548 board configuration file - * Please refer to doc/README.sbc8548 for more info. + * Please refer to board/sbc8548/README for more info. */ #ifndef __CONFIG_H #define __CONFIG_H |