X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2Fpatches-3.18%2F0065-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch;fp=target%2Flinux%2Fbrcm2708%2Fpatches-3.18%2F0065-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch;h=17d6b927db06bfa10a6ca21e280a55bc49b2fe97;hp=7f61b338dba776021fd647520ff0ef41a360a9e3;hb=761ee594350a191627e067889ee59919f2423699;hpb=9a1fd3e313cedf1e689f6f4e342528ed27c09766 diff --git a/target/linux/brcm2708/patches-3.18/0065-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch b/target/linux/brcm2708/patches-3.18/0065-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch index 7f61b338db..17d6b927db 100644 --- a/target/linux/brcm2708/patches-3.18/0065-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch +++ b/target/linux/brcm2708/patches-3.18/0065-fdt-Add-support-for-the-CONFIG_CMDLINE_EXTEND-option.patch @@ -9,7 +9,7 @@ Subject: [PATCH 65/99] fdt: Add support for the CONFIG_CMDLINE_EXTEND option --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c -@@ -901,22 +901,38 @@ int __init early_init_dt_scan_chosen(uns +@@ -907,22 +907,38 @@ int __init early_init_dt_scan_chosen(uns /* Retrieve command line */ p = of_get_flat_dt_prop(node, "bootargs", &l);