diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-20 15:34:04 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-27 12:06:52 +0200 |
commit | 0f3c3a5fb2738b25c62eb0ff8ef7d0654c0b9300 (patch) | |
tree | 26b4069abaffe012b329d8a96b37ea9aac863c1d /package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-uEnv.txt | |
parent | a1eb2c463352d05161a756f806e8e8a039f4490c (diff) | |
download | upstream-0f3c3a5fb2738b25c62eb0ff8ef7d0654c0b9300.tar.gz upstream-0f3c3a5fb2738b25c62eb0ff8ef7d0654c0b9300.tar.bz2 upstream-0f3c3a5fb2738b25c62eb0ff8ef7d0654c0b9300.zip |
layerscape: harmonize device strings
OpenWrt lately has harmonized device (definition) names to the
pattern vendor_model to improve overall consistency, also with
other values like the DTS compatible.
This patch applies that scheme to the layerscape target.
Since this (intentionally) creates a bigger overlap between DTS names,
compatible, and device definition name, it also moves DEVICE_DTS and
SUPPORTED_DEVICES definitions to the Device/Default blocks.
Apart from that, it also modifies several packages to use consistent
naming in order to keep the $(1) file references working.
While at it, remove one layer of complexity for the setup in
tfa-layerscape package.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-uEnv.txt')
-rw-r--r-- | package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-uEnv.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-uEnv.txt b/package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-uEnv.txt new file mode 100644 index 0000000000..975b1c1e7f --- /dev/null +++ b/package/boot/uboot-layerscape/files/fsl_ls1046a-rdb-uEnv.txt @@ -0,0 +1,9 @@ +fdtaddr=0x8f000000 +loadaddr=0x81000000 +fdt_high=0xffffffffffffffff +initrd_high=0xffffffffffffffff +hwconfig=fsl_ddr:bank_intlv=auto +qspi_boot=sf probe 0:0;sf read $fdtaddr f00000 100000;sf read $loadaddr 1000000 1000000;bootm $loadaddr - $fdtaddr +bootargs=root=/dev/mtdblock9 rootfstype=squashfs,jffs2 noinitrd earlycon=uart8250,mmio,0x21c0500 console=ttyS0,115200 mtdparts=1550000.spi-0:1m(bl2),4m(fip),1m(u-boot-env),3m(reserved-1),256k(fman),5888k(reserved-2),1m(dtb),16m(kernel),32m(rootfs),48m@0x1000000(firmware) +bootcmd=echo starting openwrt ...;run qspi_boot +bootdelay=3 |