]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cosmetic: delete misleading comment /* CONFIG_BOARDDIR */
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 28 Apr 2014 01:17:10 +0000 (10:17 +0900)
committerTom Rini <trini@ti.com>
Mon, 12 May 2014 19:20:05 +0000 (15:20 -0400)
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>
arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds
arch/powerpc/cpu/mpc85xx/u-boot-spl.lds
arch/powerpc/cpu/mpc85xx/u-boot.lds
board/dave/PPChameleonEVB/u-boot.lds

index d77a6dc62d8ac97fb9988cc9143b6021f87202b4..f933b219449411b2b68fc1ccb93ab8b2a310925a 100644 (file)
@@ -4,7 +4,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include "config.h"    /* CONFIG_BOARDDIR */
+#include "config.h"
 
 #ifndef CONFIG_SYS_MONITOR_LEN
 #define CONFIG_SYS_MONITOR_LEN 0x80000
index 844f7e94f13eb1dd852a4fa9eafd0642ded102f0..b83c55388cf2f49f8cdfc24ce5469e20d43487f0 100644 (file)
@@ -7,7 +7,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include "config.h"    /* CONFIG_BOARDDIR */
+#include "config.h"
 
 OUTPUT_ARCH(powerpc)
 SECTIONS
index 8453f3a3fe8901f8a768be3a2dce33412a100ebe..5ae7b3eedbc989b9d5636b27b70360ada39a70c3 100644 (file)
@@ -7,7 +7,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include "config.h"    /* CONFIG_BOARDDIR */
+#include "config.h"
 
 OUTPUT_ARCH(powerpc)
 #ifdef CONFIG_SYS_MPC85XX_NO_RESETVEC
index 0b9086dfd09befe23d47bb76e424e34ac9463d9d..2cf0b2595251ee755b47389eb48624062f3a766f 100644 (file)
@@ -4,7 +4,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include "config.h"    /* CONFIG_BOARDDIR */
+#include "config.h"
 
 #ifdef CONFIG_RESET_VECTOR_ADDRESS
 #define RESET_VECTOR_ADDRESS   CONFIG_RESET_VECTOR_ADDRESS
index 5af55e95e4ea210756e053ae4b267d4f83e229c4..94b7076148c3a075fa22c11e6942e73de16e43d5 100644 (file)
@@ -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