Commit ded48db964cee0ae7a1fe807c6fd1cd338689f98

Authored by Philip, Avinash
Committed by Hebbar, Gururaja
1 parent 1c03dcc106
Exists in master

arch:arm:nand - Changing SPL and U-boot partition permission

SPL and U-boot partition provided with write permission in order to
update SPL and U-boot from kernel.

Signed-off-by: Philip, Avinash <avinashphilip@ti.com>
Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

arch/arm/mach-omap2/board-am335xevm.c
... ... @@ -955,31 +955,26 @@
955 955 .name = "SPL",
956 956 .offset = 0, /* Offset = 0x0 */
957 957 .size = SZ_128K,
958   - .mask_flags = MTD_WRITEABLE, /* force read-only */
959 958 },
960 959 {
961 960 .name = "SPL.backup1",
962 961 .offset = MTDPART_OFS_APPEND, /* Offset = 0x20000 */
963 962 .size = SZ_128K,
964   - .mask_flags = MTD_WRITEABLE, /* force read-only */
965 963 },
966 964 {
967 965 .name = "SPL.backup2",
968 966 .offset = MTDPART_OFS_APPEND, /* Offset = 0x40000 */
969 967 .size = SZ_128K,
970   - .mask_flags = MTD_WRITEABLE, /* force read-only */
971 968 },
972 969 {
973 970 .name = "SPL.backup3",
974 971 .offset = MTDPART_OFS_APPEND, /* Offset = 0x60000 */
975 972 .size = SZ_128K,
976   - .mask_flags = MTD_WRITEABLE, /* force read-only */
977 973 },
978 974 {
979 975 .name = "U-Boot",
980 976 .offset = MTDPART_OFS_APPEND, /* Offset = 0x80000 */
981 977 .size = 15 * SZ_128K,
982   - .mask_flags = MTD_WRITEABLE, /* force read-only */
983 978 },
984 979 {
985 980 .name = "U-Boot Env",