diff options
author | Masahiro Yamada | 2014-04-28 10:17:10 +0900 |
---|---|---|
committer | Tom Rini | 2014-05-12 15:20:05 -0400 |
commit | 6f2ed0e9faa87a0b14ada74727297f62e02868cd (patch) | |
tree | 23b0ac12a1b33d3f19df4f00dac0721f86e7dc1b /board | |
parent | 5c50a92bbea7e118ea4e4fb0945bf6707b010a80 (diff) |
cosmetic: delete misleading comment /* CONFIG_BOARDDIR */
CONFIG_BOARDDIR is not referenced in these linker scripts.
The comment /* CONFIG_BOARDDIR */ is misleading.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/dave/PPChameleonEVB/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dave/PPChameleonEVB/u-boot.lds b/board/dave/PPChameleonEVB/u-boot.lds index 5af55e95e4e..94b7076148c 100644 --- a/board/dave/PPChameleonEVB/u-boot.lds +++ b/board/dave/PPChameleonEVB/u-boot.lds @@ -4,7 +4,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include "config.h" /* CONFIG_BOARDDIR */ +#include "config.h" #ifndef RESET_VECTOR_ADDRESS #define RESET_VECTOR_ADDRESS 0xfffffffc |