summaryrefslogtreecommitdiffstats
path: root/include/configs/ep8260.h
diff options
context:
space:
mode:
authortrem <tremyfr@yahoo.fr>2012-10-06 04:25:56 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-12-15 12:28:22 -0600
commitd8fb710fdd0d85e0129385d683c6ae42db411ea1 (patch)
treef247c5e6da2f49468f4e98b93a5e97d6cdd3e1f8 /include/configs/ep8260.h
parentb4b81e83f599711b52e24ed8147f20c12630face (diff)
downloadblackbird-obmc-uboot-d8fb710fdd0d85e0129385d683c6ae42db411ea1.tar.gz
blackbird-obmc-uboot-d8fb710fdd0d85e0129385d683c6ae42db411ea1.zip
powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR
CONFIG_SYS_TFTP_LOADADDR is defined on severals boards, but it's never used. So we can safely removed it. Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
Diffstat (limited to 'include/configs/ep8260.h')
-rw-r--r--include/configs/ep8260.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ep8260.h b/include/configs/ep8260.h
index ccfe032ca7..5a87cc5d3d 100644
--- a/include/configs/ep8260.h
+++ b/include/configs/ep8260.h
@@ -371,7 +371,6 @@
#define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */
#define CONFIG_SYS_LOAD_ADDR 0x00100000 /* default load address */
-#define CONFIG_SYS_TFTP_LOADADDR 0x00100000 /* default load address for network file downloads */
#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
OpenPOWER on IntegriCloud