summaryrefslogtreecommitdiffstats
path: root/include/configs/mx31pdk.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-02-09 01:17:56 +0000
committerAlbert Aribaud <albert.aribaud@free.fr>2011-02-21 08:30:54 +0100
commit9b6442f99c617f147b95d9844a492c429e16e23c (patch)
tree67d0b6f5c0adb808a6bec10d648285504cc9a2b9 /include/configs/mx31pdk.h
parented3df72db1e9472e8358f2fc57c3d6e9b37c4810 (diff)
downloadtalos-obmc-uboot-9b6442f99c617f147b95d9844a492c429e16e23c.tar.gz
talos-obmc-uboot-9b6442f99c617f147b95d9844a492c429e16e23c.zip
mx31pdk: Make the full boot log visible
Use board_early_init_f so that the full boot log output can be displayed. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx31pdk.h')
-rw-r--r--include/configs/mx31pdk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index d7286c04be..86c758f2ae 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -154,6 +154,7 @@
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_SDRAM_1 CSD0_BASE
#define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024)
+#define CONFIG_BOARD_EARLY_INIT_F 1
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
OpenPOWER on IntegriCloud