Commit 246a3d02aad60a1c0ea5dcd45748724e7350e9e7

Authored by Sourav Poddar
Committed by Kishon Vijay Abraham I
1 parent 6b948c7376

arm: dts: am43x-epos: update partition table for qspi according to XIP

Change partition table for qspi on am43x epos according to XIP
bootcase.

Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Acked-by: Tom Rini <trini@ti.com>

Showing 1 changed file with 16 additions and 29 deletions Side-by-side Diff

arch/arm/boot/dts/am43x-epos-evm.dts
... ... @@ -512,49 +512,36 @@
512 512 #size-cells = <1>;
513 513  
514 514 /* MTD partition table.
515   - * The ROM checks the first four physical blocks
516   - * for a valid file to boot and the flash here is
517   - * 64KiB block size.
  515 + * The ROM checks the first 512KiB
  516 + * for a valid file to boot(XIP).
518 517 */
519 518 partition@0 {
520   - label = "QSPI.SPL";
521   - reg = <0x00000000 0x000010000>;
  519 + label = "QSPI.U_BOOT";
  520 + reg = <0x00000000 0x000080000>;
522 521 };
523 522 partition@1 {
524   - label = "QSPI.SPL.backup1";
525   - reg = <0x00010000 0x00010000>;
  523 + label = "QSPI.U_BOOT.backup";
  524 + reg = <0x00080000 0x00080000>;
526 525 };
527 526 partition@2 {
528   - label = "QSPI.SPL.backup2";
529   - reg = <0x00020000 0x00010000>;
  527 + label = "QSPI.U-BOOT-SPL_OS";
  528 + reg = <0x00100000 0x00010000>;
530 529 };
531 530 partition@3 {
532   - label = "QSPI.SPL.backup3";
533   - reg = <0x00030000 0x00010000>;
  531 + label = "QSPI.U_BOOT_ENV";
  532 + reg = <0x00110000 0x00010000>;
534 533 };
535 534 partition@4 {
536   - label = "QSPI.u-boot";
537   - reg = <0x00040000 0x00100000>;
  535 + label = "QSPI.U-BOOT-ENV.backup";
  536 + reg = <0x00120000 0x00010000>;
538 537 };
539 538 partition@5 {
540   - label = "QSPI.u-boot-spl-os";
541   - reg = <0x00140000 0x00010000>;
  539 + label = "QSPI.KERNEL";
  540 + reg = <0x00130000 0x0800000>;
542 541 };
543 542 partition@6 {
544   - label = "QSPI.u-boot-env";
545   - reg = <0x00150000 0x00010000>;
546   - };
547   - partition@7 {
548   - label = "QSPI.u-boot-env.backup1";
549   - reg = <0x00160000 0x0010000>;
550   - };
551   - partition@8 {
552   - label = "QSPI.kernel";
553   - reg = <0x00170000 0x00800000>;
554   - };
555   - partition@9 {
556   - label = "QSPI.file-system";
557   - reg = <0x00970000 0x03690000>;
  543 + label = "QSPI.FILESYSTEM";
  544 + reg = <0x00930000 0x36D0000>;
558 545 };
559 546 };
560 547 };