diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-22 22:44:01 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-27 23:35:11 +0100 |
commit | 53f378fea46e647b076e319738faf46432f65e0a (patch) | |
tree | 2dc9de714fb65e3b27748b20b5811de0f050e5ea /include/configs/cmi_mpc5xx.h | |
parent | cd0402a7307910fe34ca05c7921a69fcff9e1fd1 (diff) | |
download | u-boot-imx-53f378fea46e647b076e319738faf46432f65e0a.zip u-boot-imx-53f378fea46e647b076e319738faf46432f65e0a.tar.gz u-boot-imx-53f378fea46e647b076e319738faf46432f65e0a.tar.bz2 |
5xx: Cleanup for partial linking and --gc-sections
Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/cmi_mpc5xx.h')
-rw-r--r-- | include/configs/cmi_mpc5xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/cmi_mpc5xx.h b/include/configs/cmi_mpc5xx.h index 198f342..329e4e3 100644 --- a/include/configs/cmi_mpc5xx.h +++ b/include/configs/cmi_mpc5xx.h @@ -62,6 +62,7 @@ #include <config_cmd_default.h> #undef CONFIG_CMD_NET /* disabeled - causes compile errors */ +#undef CONFIG_CMD_NFS #define CONFIG_CMD_MEMORY #define CONFIG_CMD_LOADB |