diff options
| author | Tom Rini <trini@konsulko.com> | 2024-01-03 09:26:16 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-01-03 09:26:16 -0500 |
| commit | 42fb448a203197c84d71a5d8f83012c87c5c9a8b (patch) | |
| tree | 80e76802188c184a4b7216f0c594d508ad233658 /configs/P1010RDB-PB_36BIT_NOR_defconfig | |
| parent | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (diff) | |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1010RDB-PB_36BIT_NOR_defconfig')
| -rw-r--r-- | configs/P1010RDB-PB_36BIT_NOR_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P1010RDB-PB_36BIT_NOR_defconfig b/configs/P1010RDB-PB_36BIT_NOR_defconfig index a76c91b744a..6237f630866 100644 --- a/configs/P1010RDB-PB_36BIT_NOR_defconfig +++ b/configs/P1010RDB-PB_36BIT_NOR_defconfig @@ -25,12 +25,12 @@ CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs ramdisk_size=$ramdisk_size;tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr" +CONFIG_SYS_PBSIZE=276 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_BOARD_EARLY_INIT_R=y CONFIG_ID_EEPROM=y CONFIG_HUSH_PARSER=y -CONFIG_SYS_PBSIZE=276 CONFIG_CMD_IMLS=y CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=3 CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=5 |
