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 /README | |
parent | b4b81e83f599711b52e24ed8147f20c12630face (diff) | |
download | u-boot-d8fb710fdd0d85e0129385d683c6ae42db411ea1.tar.gz |
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 'README')
-rw-r--r-- | README | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2975,9 +2975,6 @@ Configuration Settings: non page size aligned address and this could cause major problems. -- CONFIG_SYS_TFTP_LOADADDR: - Default load address for network file downloads - - CONFIG_SYS_LOADS_BAUD_CHANGE: Enable temporary baudrate change while serial download |