diff options
author | Stefan Roese <sr@denx.de> | 2007-03-28 15:03:16 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-03-28 15:03:16 +0200 |
commit | 430f1b0f9a670c2f13eaa52e66a10db96dd3647d (patch) | |
tree | 3a510a0b7a1adb4b50b7fdbcfeacc7818e67b1dd /include | |
parent | 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e (diff) | |
download | u-boot-imx-430f1b0f9a670c2f13eaa52e66a10db96dd3647d.zip u-boot-imx-430f1b0f9a670c2f13eaa52e66a10db96dd3647d.tar.gz u-boot-imx-430f1b0f9a670c2f13eaa52e66a10db96dd3647d.tar.bz2 |
Merge some AMCC make targets to keep the top-level Makefile smaller
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sequoia.h | 1 | ||||
-rw-r--r-- | include/configs/yosemite.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 8a31925..1f19621 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -33,7 +33,6 @@ *----------------------------------------------------------------------*/ /* This config file is used for Sequoia (440EPx) and Rainier (440GRx) */ #ifndef CONFIG_RAINIER -#define CONFIG_SEQUOIA 1 /* Board is Sequoia */ #define CONFIG_440EPX 1 /* Specific PPC440EPx */ #else #define CONFIG_440GRX 1 /* Specific PPC440GRx */ diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index 818462e..b68ae54 100644 --- a/include/configs/yosemite.h +++ b/include/configs/yosemite.h @@ -32,7 +32,6 @@ *----------------------------------------------------------------------*/ /* This config file is used for Yosemite (440EP) and Yellowstone (440GR)*/ #ifndef CONFIG_YELLOWSTONE -#define CONFIG_YOSEMITE 1 /* Board is Yosemite */ #define CONFIG_440EP 1 /* Specific PPC440EP support */ #define CONFIG_HOSTNAME yosemite #else |