diff options
author | trem <tremyfr@yahoo.fr> | 2012-10-06 04:25:56 +0000 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-12-15 12:28:22 -0600 |
commit | d8fb710fdd0d85e0129385d683c6ae42db411ea1 (patch) | |
tree | f247c5e6da2f49468f4e98b93a5e97d6cdd3e1f8 /include/configs/utx8245.h | |
parent | b4b81e83f599711b52e24ed8147f20c12630face (diff) | |
download | u-boot-imx-d8fb710fdd0d85e0129385d683c6ae42db411ea1.zip u-boot-imx-d8fb710fdd0d85e0129385d683c6ae42db411ea1.tar.gz u-boot-imx-d8fb710fdd0d85e0129385d683c6ae42db411ea1.tar.bz2 |
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/utx8245.h')
-rw-r--r-- | include/configs/utx8245.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/utx8245.h b/include/configs/utx8245.h index d203bb4..66568c8 100644 --- a/include/configs/utx8245.h +++ b/include/configs/utx8245.h @@ -65,7 +65,6 @@ #define CONFIG_BOOTARGS "root=/dev/ram console=ttyS0,57600" /* RAMdisk */ #define CONFIG_ETHADDR 00:AA:00:14:00:05 /* UTX5 */ #define CONFIG_SERVERIP 10.8.17.105 /* Spree */ -#define CONFIG_SYS_TFTP_LOADADDR 10000 #define CONFIG_EXTRA_ENV_SETTINGS \ "kernel_addr=FFA00000\0" \ |