diff options
author | Wolfgang Denk <wd@denx.de> | 2012-07-10 09:18:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-07-10 09:18:33 +0200 |
commit | 3fe63839f3f0f9942fc4567a82954192e144e6a1 (patch) | |
tree | 553e49a978bc99622ec7386885fb36accc605d4a /common | |
parent | 895f3e0542015b347298c8b501e63d5f32002c04 (diff) | |
download | talos-obmc-uboot-3fe63839f3f0f9942fc4567a82954192e144e6a1.tar.gz talos-obmc-uboot-3fe63839f3f0f9942fc4567a82954192e144e6a1.zip |
Minor Coding Style cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_pxe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index 2b1115d727..77a7dd17ac 100644 --- a/common/cmd_pxe.c +++ b/common/cmd_pxe.c @@ -26,7 +26,6 @@ #define MAX_TFTP_PATH_LEN 127 - /* * Like getenv, but prints an error if envvar isn't defined in the * environment. It always returns what getenv does, so it can be used in @@ -175,8 +174,6 @@ static int do_get_fat(char *file_path, char *file_addr) return -ENOENT; } - - /* * As in pxelinux, paths to files referenced from files we retrieve are * relative to the location of bootfile. get_relfile takes such a path and @@ -365,7 +362,6 @@ do_pxe_get(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) if (argc != 1) return CMD_RET_USAGE; - pxefile_addr_str = from_env("pxefile_addr_r"); if (!pxefile_addr_str) |