summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-08-01 09:37:58 +0200
committerHans de Goede <hdegoede@redhat.com>2014-08-12 08:42:32 +0200
commit846e325448ed591c4a5e8db55e2817b0ca013b0b (patch)
tree7c0b45f7d1ea90f725fb09dee2e031fa50f1c2c6 /board/sunxi
parent2ec3a612f440364fa0ed250f22e7d3c3a8d72b92 (diff)
downloadblackbird-obmc-uboot-846e325448ed591c4a5e8db55e2817b0ca013b0b.tar.gz
blackbird-obmc-uboot-846e325448ed591c4a5e8db55e2817b0ca013b0b.zip
sunxi: Add environment settings to make extlinux.conf booting work
Automatic booting using an extlinux.conf file requires various environment variables to be set. Also modify CONFIG_SYS_LOAD_ADDR and CONFIG_STANDALONE_LOAD_ADDR to match the value chosen for kernel_addr_r, see the added comment for why the new value is chosen. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 24cca4747b..c61c650735 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -36,4 +36,7 @@ config SYS_SOC
string
default "sunxi"
+config FTDFILE
+ string "Default ftdfile env setting for this board"
+
endif
OpenPOWER on IntegriCloud