diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-20 15:07:45 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-27 23:35:10 +0100 |
commit | cd0402a7307910fe34ca05c7921a69fcff9e1fd1 (patch) | |
tree | 1b80af4b485408e007e79958d442be3436fb3879 /include/configs/cogent_mpc8xx.h | |
parent | 4e2894be5e89f73a3819ef6874d4e9f10dc1138b (diff) | |
download | u-boot-imx-cd0402a7307910fe34ca05c7921a69fcff9e1fd1.zip u-boot-imx-cd0402a7307910fe34ca05c7921a69fcff9e1fd1.tar.gz u-boot-imx-cd0402a7307910fe34ca05c7921a69fcff9e1fd1.tar.bz2 |
8xx: 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/cogent_mpc8xx.h')
-rw-r--r-- | include/configs/cogent_mpc8xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/cogent_mpc8xx.h b/include/configs/cogent_mpc8xx.h index 3ee4a40..58aa88b 100644 --- a/include/configs/cogent_mpc8xx.h +++ b/include/configs/cogent_mpc8xx.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000 + * (C) Copyright 2000-2010 * Murray Jensen <Murray.Jensen@cmst.csiro.au> * * See file CREDITS for list of people who contributed to this @@ -80,7 +80,7 @@ #define CONFIG_CMD_I2C #undef CONFIG_CMD_NET - +#undef CONFIG_CMD_NFS #if 0 #define CONFIG_BOOTDELAY -1 /* autoboot disabled */ |