summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-07 11:51:38 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:30 -0700
commit00cca639d56e791e5bea16b0e77d9540651132fe (patch)
tree98552d9cceae93ebcca5e01b927182f3d66ea784 /configs
parent6566041c0bf9523becf5292e45a0f5c3686ebdd4 (diff)
downloadblackbird-obmc-uboot-00cca639d56e791e5bea16b0e77d9540651132fe.tar.gz
blackbird-obmc-uboot-00cca639d56e791e5bea16b0e77d9540651132fe.zip
powerpc: ppc4xx: Add ramboot config for glacier
Add a new ramboot config for glacier so that it is possible to test U-Boot loaded over Ethernet instead of using JTAG. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/glacier_ramboot_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/glacier_ramboot_defconfig b/configs/glacier_ramboot_defconfig
new file mode 100644
index 0000000000..4fc23038e8
--- /dev/null
+++ b/configs/glacier_ramboot_defconfig
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="SYS_RAMBOOT,SYS_TEXT_BASE=0x01000000,SYS_LDSCRIPT=board/amcc/canyonlands/u-boot-ram.lds"
+CONFIG_PPC=y
+CONFIG_4xx=y
+CONFIG_TARGET_CANYONLANDS=y
+CONFIG_GLACIER=y
OpenPOWER on IntegriCloud