summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp
diff options
context:
space:
mode:
authorRick Altherr <raltherr@google.com>2016-12-05 17:48:43 -0800
committerPatrick Williams <patrick@stwcx.xyz>2017-01-04 17:13:00 +0000
commitc7248eb11c5d04d5baf64183ef841f5ce25fe557 (patch)
tree628479da1e9d515a6d7ce34d356a45bde077ed4f /meta-openbmc-bsp
parenta3b8a0af9efd37c7b6f8ac64dcb2f356298885f8 (diff)
downloadtalos-openbmc-c7248eb11c5d04d5baf64183ef841f5ce25fe557.tar.gz
talos-openbmc-c7248eb11c5d04d5baf64183ef841f5ce25fe557.zip
Remove setting of explicit ramdisk load address
U-Boot in Aspeed's SDK had a hack to manually relocate the ramdisk into RAM because of a bug that caused the normal ramdisk relocation not to happen if ATAGS was being used. Now that the ATAGS ramdisk relocation bug is fixed, the load address and entrypoint of a ramdisk image are ignored. The ramdisk is relocated to an address chosen by U-Boot and the address is passed to the kernel. Remove the override of oe_mkimage() in obmc-phosphor-image_types_uboot as the default implementation is sufficient. This also removes the only reference to a fixed ramdisk location in RAM. Change-Id: Id92c8dc9ebeb905401e3056fcf841d982abbd3d1 Signed-off-by: Rick Altherr <raltherr@google.com>
Diffstat (limited to 'meta-openbmc-bsp')
-rw-r--r--meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/machine/include/ast2500.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/machine/include/ast2500.inc b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/machine/include/ast2500.inc
index c8fc6da50..94e9a5934 100644
--- a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/machine/include/ast2500.inc
+++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/conf/machine/include/ast2500.inc
@@ -8,9 +8,6 @@ UBOOT_MACHINE ?= "ast_g5_ncsi_config"
UBOOT_ENTRYPOINT ?= "0x80001000"
UBOOT_LOADADDRESS ?= "0x80001000"
-INITRD_IMAGE_ENTRYPOINT = "0x81000000"
-INITRD_IMAGE_LOADADDRESS = "0x81000000"
-
MACHINE_EXTRA_RDEPENDS += "udev-aspeed-vuart"
DEFAULTTUNE = "armv6-novfp"
OpenPOWER on IntegriCloud