diff options
author | Patrick Delaunay | 2019-07-30 19:16:09 +0200 |
---|---|---|
committer | Patrice Chotard | 2019-08-27 09:36:56 +0200 |
commit | 4953f6c84d96770022927404e1ec05a1a43e7477 (patch) | |
tree | 12b3730466d5ffb4d04cb3acdcc7cc2643eecbe6 /include | |
parent | fed51572c81192a9135380e88cfa445361dade5d (diff) |
stm32mp1: cosmetic: remove comment
Remove unnecessary comment.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stm32mp1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 24f7b9d463f..1bed57083d8 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -52,7 +52,6 @@ /* SPL support */ #ifdef CONFIG_SPL -/* BOOTROM load address */ /* SPL use DDR */ #define CONFIG_SPL_BSS_START_ADDR 0xC0200000 #define CONFIG_SPL_BSS_MAX_SIZE 0x00100000 |