[PATCH] Include support for the new u8500 hardware pack

Lee Jones lee.jones at linaro.org
Fri Mar 4 16:49:30 UTC 2011


linaro-media-create dies whilst looking for ux500 based files. This
amendment allows it to work with old and new hardware packs alike.

--- boards.py	2011-03-04 09:02:00.000000000 +0000
+++ boards.py~	2011-02-01 16:51:45.000000000 +0000
@@ -264,7 +264,7 @@ class Ux500Config(BoardConfig):
     kernel_addr = '0x00100000'
     initrd_addr = '0x08000000'
     load_addr = '0x00008000'
-    kernel_suffix = 'u*500'
+    kernel_suffix = 'ux500'
     boot_script = 'flash.scr'
     extra_boot_args_options = (
         'earlyprintk rootdelay=1 fixrtc nocompcache '



More information about the linaro-dev mailing list