diff options
author | Jens Scharsig <esw@bus-elektronik.de> | 2008-11-18 10:48:46 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-11-24 22:10:04 +0100 |
commit | 8052352f20b33bef8f9872fc983eac73d4693c38 (patch) | |
tree | 85a622d58f40b25e7202dd4faedcb98e605646d2 /include/configs/mp2usb.h | |
parent | 3e0cda071a67cb5709e3fa4faf6b31a731859acc (diff) | |
download | u-boot-imx-8052352f20b33bef8f9872fc983eac73d4693c38.zip u-boot-imx-8052352f20b33bef8f9872fc983eac73d4693c38.tar.gz u-boot-imx-8052352f20b33bef8f9872fc983eac73d4693c38.tar.bz2 |
at91rm9200: fix broken boot from nor flash
This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
CONFIG_AT91RM9200 is defined and nor preloader is used.
Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
Diffstat (limited to 'include/configs/mp2usb.h')
-rw-r--r-- | include/configs/mp2usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mp2usb.h b/include/configs/mp2usb.h index 2ffeae6..cbbdb0c 100644 --- a/include/configs/mp2usb.h +++ b/include/configs/mp2usb.h @@ -76,6 +76,8 @@ #define SDRC_MR_VAL2 0x00000003 /* Load Mode Register */ #define SDRC_MR_VAL3 0x00000000 /* Normal Mode */ #define SDRC_TR_VAL 0x000002E0 /* Write refresh rate */ +#else +#define CONFIG_SKIP_RELOCATE_UBOOT #endif /* CONFIG_SKIP_LOWLEVEL_INIT */ /* |