diff options
author | Marek Vasut <marex@denx.de> | 2012-03-08 05:41:23 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:44 +0200 |
commit | aac316a8b025a93295b0a82822313503976e85be (patch) | |
tree | 41684d4c5c0dd34c5b6f0a1f516e3d949984e412 | |
parent | c27c07b86b0a9ff71e3c4788d74cee50c7ed2283 (diff) | |
download | u-boot-imx-aac316a8b025a93295b0a82822313503976e85be.zip u-boot-imx-aac316a8b025a93295b0a82822313503976e85be.tar.gz u-boot-imx-aac316a8b025a93295b0a82822313503976e85be.tar.bz2 |
PXA: Enable CONFIG_PREBOOT on zipitz2
Signed-off-by: Marek Vasut <marex@denx.de>
-rw-r--r-- | include/configs/zipitz2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index a330bd0..8e63770 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -32,6 +32,7 @@ #undef CONFIG_BOARD_LATE_INIT #undef CONFIG_USE_IRQ #undef CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_PREBOOT /* * Environment settings |