diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-07 11:51:38 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:30 -0700 |
commit | 00cca639d56e791e5bea16b0e77d9540651132fe (patch) | |
tree | 98552d9cceae93ebcca5e01b927182f3d66ea784 /configs/glacier_ramboot_defconfig | |
parent | 6566041c0bf9523becf5292e45a0f5c3686ebdd4 (diff) |
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/glacier_ramboot_defconfig')
-rw-r--r-- | configs/glacier_ramboot_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/glacier_ramboot_defconfig b/configs/glacier_ramboot_defconfig new file mode 100644 index 00000000000..4fc23038e84 --- /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 |