diff options
author | Wolfgang Denk <wd@denx.de> | 2010-03-28 00:15:20 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-28 00:15:20 +0100 |
commit | cc3074c322bd8023cbebe475e4e4e413b1c06da3 (patch) | |
tree | df6040da7d90147f46edf8a82b667b802f549cd9 /include | |
parent | 04387d24a17b1ee13024dd4779da4b84d47c65cc (diff) | |
parent | 4284f36a3e7d534b533ce733e088f226c3eda733 (diff) | |
download | u-boot-imx-cc3074c322bd8023cbebe475e4e4e413b1c06da3.zip u-boot-imx-cc3074c322bd8023cbebe475e4e4e413b1c06da3.tar.gz u-boot-imx-cc3074c322bd8023cbebe475e4e4e413b1c06da3.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include')
-rw-r--r-- | include/ppc440.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ppc440.h b/include/ppc440.h index e60fa13..5f87d2c 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -68,6 +68,12 @@ #define CPR0_SPCID 0x0120 #define CPR0_ICFG 0x0140 +/* 440EPX boot strap options */ +#define BOOT_STRAP_OPTION_A 0x00000000 +#define BOOT_STRAP_OPTION_B 0x00000001 +#define BOOT_STRAP_OPTION_D 0x00000003 +#define BOOT_STRAP_OPTION_E 0x00000004 + /* 440gx sdr register definations */ #define SDR0_SDSTP0 0x0020 /* */ #define SDR0_SDSTP1 0x0021 /* */ |