Skip to content

Commit

Permalink
optimize: reduce env to 32k
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed May 7, 2024
1 parent a8dcf25 commit e5da30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/isvp_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
BOOTARGS_COMMON \
" console=\\${serialport},\\${baudrate}n8" \
" panic=\\${panic_timeout} root=/dev/mtdblock3 rootfstype=squashfs init=/init" \
" mtdparts=jz_sfc:256k(boot),64k(env),\\${kern_size}(kernel),\\${rootfs_size}(rootfs),-(rootfs_data)\\${update}"
" mtdparts=jz_sfc:256k(boot),32k(env),\\${kern_size}(kernel),\\${rootfs_size}(rootfs),-(rootfs_data)\\${update}"

#define CONFIG_EXTRA_ENV_SETTINGS \
"baseaddr=0x80600000\0" \
Expand Down

0 comments on commit e5da30b

Please sign in to comment.