diff options
author | Stefan Roese <sr@denx.de> | 2007-06-15 11:20:13 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-06-15 11:20:13 +0200 |
commit | b7c3e93105c4955177cb2ab179ed2bf83ea02adc (patch) | |
tree | 9e2e1dd0debb051d79ba8458d9f3c48a8de8cdf5 /include/ppc4xx.h | |
parent | b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2 (diff) | |
parent | efa35cf12d914d4caba942acd5a6c45f217de302 (diff) | |
download | u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.zip u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.tar.gz u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.tar.bz2 |
Merge with /home/stefan/git/u-boot/denx-440-exceptions
Diffstat (limited to 'include/ppc4xx.h')
-rw-r--r-- | include/ppc4xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ppc4xx.h b/include/ppc4xx.h index 67759c7..8cead66 100644 --- a/include/ppc4xx.h +++ b/include/ppc4xx.h @@ -22,6 +22,7 @@ #ifndef __PPC4XX_H__ #define __PPC4XX_H__ +#define _START_OFFSET 0x2100 #if defined(CONFIG_440) #include <ppc440.h> |