summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-12-12 14:51:16 +0100
committerWolfgang Denk <wd@denx.de>2011-12-12 14:51:16 +0100
commit06e42c6e2ce269667daecd6229d0b7c813838203 (patch)
treeba752563a5b865f1c3015f17ef5437f5f2dcc90f /include
parent5738946be46c513fd945d3e1d8f8a0fa718b7c58 (diff)
parentc4df21490179ae95ef13b92ce7980992ffb1e5f8 (diff)
downloadtalos-obmc-uboot-06e42c6e2ce269667daecd6229d0b7c813838203.tar.gz
talos-obmc-uboot-06e42c6e2ce269667daecd6229d0b7c813838203.zip
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
* 'agust@denx.de' of git://git.denx.de/u-boot-staging: pm9g45: init serial console before relocation pm9261: init serial console before relocation pm9263: init serial console before relocation
Diffstat (limited to 'include')
-rw-r--r--include/configs/pm9261.h1
-rw-r--r--include/configs/pm9263.h1
-rw-r--r--include/configs/pm9g45.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h
index 9fbf9afe2f..1e803169e6 100644
--- a/include/configs/pm9261.h
+++ b/include/configs/pm9261.h
@@ -161,6 +161,7 @@
#define CONFIG_INITRD_TAG 1
#undef CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_BOARD_EARLY_INIT_F
/*
* Hardware drivers
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index 374be27396..32c596241a 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -172,6 +172,7 @@
#undef CONFIG_SKIP_LOWLEVEL_INIT
#define CONFIG_USER_LOWLEVEL_INIT 1
+#define CONFIG_BOARD_EARLY_INIT_F
/*
* Hardware drivers
diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h
index 5b08d91097..eec9153300 100644
--- a/include/configs/pm9g45.h
+++ b/include/configs/pm9g45.h
@@ -57,6 +57,7 @@
#define CONFIG_INITRD_TAG 1
#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_BOARD_EARLY_INIT_F
/*
* Hardware drivers
OpenPOWER on IntegriCloud