diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-13 10:03:54 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-13 10:03:54 -0700 |
commit | e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32 (patch) | |
tree | 9da32bdd803e32661a68572b8fad25bfa5953c53 /include/configs/spc1920.h | |
parent | 1aeed8d71acb3290cf2446f316d6ba437e7881c4 (diff) | |
download | u-boot-imx-e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32.zip u-boot-imx-e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32.tar.gz u-boot-imx-e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32.tar.bz2 |
ppc: Get rid of unused machine type definitions
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/spc1920.h')
-rw-r--r-- | include/configs/spc1920.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/spc1920.h b/include/configs/spc1920.h index 2efc8f1..6f2425f 100644 --- a/include/configs/spc1920.h +++ b/include/configs/spc1920.h @@ -429,8 +429,4 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ -/* Machine type -*/ -#define _MACH_8xx (_MACH_fads) - #endif /* __CONFIG_H */ |